/[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 188 - (hide annotations) (download)
Sun Nov 7 00:46:55 2010 UTC (13 years, 5 months ago) by dmorgan
File size: 273 byte(s)
First commit for the puppet bugzilla module
1 dmorgan 188 class bugzilla {
2    
3     package { bugzilla
4     ensure => installed;
5     }
6    
7     file { '/etc/bugzilla/localconfig':
8     ensure => present,
9     owner => root,
10     group => root,
11     mode => 644,
12     content => template("bugzilla/localconfig")
13     }
14    
15     }
16    

  ViewVC Help
Powered by ViewVC 1.1.30