/[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 626 by misc, Wed Dec 15 12:24:48 2010 UTC revision 649 by dmorgan, Mon Dec 20 20:17:28 2010 UTC
# Line 6  class bugzilla { Line 6  class bugzilla {
6          ensure => installed;          ensure => installed;
7      }      }
8    
9        package { 'perl-Test-Taint':
10           ensure => installed;
11        }
12    
13      $pgsql_password = extlookup("bugzilla_pgsql",'x')      $pgsql_password = extlookup("bugzilla_pgsql",'x')
14      $ldap_password = extlookup("bugzilla_ldap",'x')      $ldap_password = extlookup("bugzilla_ldap",'x')
15    

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

  ViewVC Help
Powered by ViewVC 1.1.30