diff options
Diffstat (limited to 'manifests/client.pp')
-rw-r--r-- | manifests/client.pp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/manifests/client.pp b/manifests/client.pp index c81e6f4..2d13d24 100644 --- a/manifests/client.pp +++ b/manifests/client.pp @@ -51,7 +51,6 @@ class munin::client { xen0: { include munin::plugins::dom0 } xenu: { include munin::plugins::domU } } - } define munin::register() @@ -66,6 +65,7 @@ define munin::register() @@file { "${NODESDIR}/${name}_${munin_port_real}": ensure => present, content => template("munin/defaultclient.erb"), + tag => 'munin', } } @@ -74,7 +74,7 @@ define munin::register_snmp() @@file { "munin_snmp_${name}": path => "${NODESDIR}/${name}", ensure => present, content => template("munin/snmpclient.erb"), - tag => 'munin', + tag => 'munin', } } @@ -191,5 +191,3 @@ class munin::client::centos munin::register { $fqdn: } } - - |