/[adm]/puppet/modules/epoll/manifests/init.pp
ViewVC logotype

Diff of /puppet/modules/epoll/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1355 by misc, Tue Mar 8 11:54:36 2011 UTC revision 1356 by misc, Tue Mar 22 17:43:44 2011 UTC
# Line 16  class epoll { Line 16  class epoll {
16            
17      $pgsql_password = extlookup("epoll_pgsql",'x')      $pgsql_password = extlookup("epoll_pgsql",'x')
18    
19      postgresql::remote_user { 'epoll':      postgresql::remote_db_and_user { 'epoll':
20            description => "Epoll database",
21          password => $pgsql_password,          password => $pgsql_password,
22      }      }
23    
# Line 30  class epoll { Line 31  class epoll {
31          content => template("epoll/epoll.yml")          content => template("epoll/epoll.yml")
32      }      }
33    
     postgresql::remote_database { 'epoll':  
         description => "Epoll database",  
         user => "epoll",  
     }  
   
34  }  }

Legend:
Removed from v.1355  
changed lines
  Added in v.1356

  ViewVC Help
Powered by ViewVC 1.1.30