Parent Directory
|
Revision Log
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 |