summaryrefslogtreecommitdiff
path: root/manifests/register
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/register')
-rw-r--r--manifests/register/snmp.pp5
1 files changed, 2 insertions, 3 deletions
diff --git a/manifests/register/snmp.pp b/manifests/register/snmp.pp
index 0c3ac5c..5a1f42d 100644
--- a/manifests/register/snmp.pp
+++ b/manifests/register/snmp.pp
@@ -13,9 +13,8 @@ define munin::register::snmp (
unless => "ls /etc/munin/plugins/snmp_${fhost}_* &> /dev/null",
}
- @@file { "munin_snmp_${fhost}":
- ensure => present,
- path => "/var/lib/puppet/modules/munin/nodes/${fhost}",
+ @@concat::fragment{ "munin_snmp_${fhost}":
+ target => '/etc/munin/munin.conf',
content => template("munin/client.erb"),
tag => 'munin',
}