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

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

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

revision 649 by dmorgan, Mon Dec 20 20:17:28 2010 UTC revision 1028 by dmorgan, Sat Feb 12 10:06:00 2011 UTC
# Line 10  class bugzilla { Line 10  class bugzilla {
10         ensure => installed;         ensure => installed;
11      }      }
12    
13        package { 'perl-JSON-RPC':
14          ensure => installed;
15        }
16    
17      $pgsql_password = extlookup("bugzilla_pgsql",'x')      $pgsql_password = extlookup("bugzilla_pgsql",'x')
18      $ldap_password = extlookup("bugzilla_ldap",'x')      $ldap_password = extlookup("bugzilla_ldap",'x')
19    

Legend:
Removed from v.649  
changed lines
  Added in v.1028

  ViewVC Help
Powered by ViewVC 1.1.30