/[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 1280 by misc, Wed Dec 15 12:24:46 2010 UTC revision 1281 by misc, Tue Mar 8 11:54:36 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::user { 'epoll':      postgresql::remote_user { 'epoll':
20          password => $pgsql_password,          password => $pgsql_password,
21      }      }
22    
# Line 30  class epoll { Line 30  class epoll {
30          content => template("epoll/epoll.yml")          content => template("epoll/epoll.yml")
31      }      }
32    
33      @@postgresql::database { 'epoll':      postgresql::remote_database { 'epoll':
34          description => "Epoll database",          description => "Epoll database",
35          user => "epoll",          user => "epoll",
         require => Postgresql::User['epoll']  
36      }      }
37    
38  }  }

Legend:
Removed from v.1280  
changed lines
  Added in v.1281

  ViewVC Help
Powered by ViewVC 1.1.30