Added puppet fileserver to munin.conf.in sources.
This commit is contained in:
parent
8d84e3a919
commit
a7a843e6d0
1 changed files with 2 additions and 1 deletions
|
@ -243,7 +243,8 @@ class munin::server {
|
||||||
|
|
||||||
file { "/etc/munin/munin.conf.in":
|
file { "/etc/munin/munin.conf.in":
|
||||||
ensure => present,
|
ensure => present,
|
||||||
source => "puppet:///munin/munin.conf.in",
|
source => [ "puppet:///files/munin/munin.conf.in",
|
||||||
|
"puppet:///munin/munin.conf.in", ],
|
||||||
owner => root,
|
owner => root,
|
||||||
group => root,
|
group => root,
|
||||||
mode => 0644,
|
mode => 0644,
|
||||||
|
|
Loading…
Add table
Reference in a new issue