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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 188 - (show annotations) (download)
Sun Nov 7 00:46:55 2010 UTC (13 years, 4 months ago) by dmorgan
File size: 273 byte(s)
First commit for the puppet bugzilla module
1 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