/[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 568 by misc, Thu Dec 9 12:55:48 2010 UTC revision 624 by misc, Wed Dec 15 12:24:46 2010 UTC
# Line 14  class epoll { Line 14  class epoll {
14    
15      apache::vhost_redirect_ssl { $vhost: }      apache::vhost_redirect_ssl { $vhost: }
16            
17      $password = extlookup("epoll_password",'x')      $pgsql_password = extlookup("epoll_pgsql",'x')
18    
19      @@postgresql::user { 'epoll':      @@postgresql::user { 'epoll':
20          password => $password,          password => $pgsql_password,
21      }      }
22    
23    

Legend:
Removed from v.568  
changed lines
  Added in v.624

  ViewVC Help
Powered by ViewVC 1.1.30