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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 222 - (hide annotations) (download)
Wed Nov 10 00:57:44 2010 UTC (13 years, 5 months ago) by misc
File size: 320 byte(s)
- do not store password in clear in the svn

1 dmorgan 188 class bugzilla {
2    
3     package { bugzilla
4     ensure => installed;
5     }
6    
7 misc 222 $password = extlookup("bugzilla_password")
8 dmorgan 188 file { '/etc/bugzilla/localconfig':
9     ensure => present,
10     owner => root,
11     group => root,
12     mode => 644,
13     content => template("bugzilla/localconfig")
14     }
15    
16     }
17    

  ViewVC Help
Powered by ViewVC 1.1.30