diff options
author | root <root@ic.black.co.at> | 2008-01-28 16:24:55 +0100 |
---|---|---|
committer | root <root@ic.black.co.at> | 2008-01-28 16:24:55 +0100 |
commit | 212e5735114dd37826537e43271348f48bb94e30 (patch) | |
tree | baf635adb2ff5fc5f7ebe282f0bf192592319b61 | |
parent | f3ff1bfc421941547eff7c18c353896141419886 (diff) |
tagging
-rw-r--r-- | manifests/client.pp | 2 | ||||
-rw-r--r-- | manifests/host.pp | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/manifests/client.pp b/manifests/client.pp index 5b78186..0ad7856 100644 --- a/manifests/client.pp +++ b/manifests/client.pp @@ -56,6 +56,7 @@ define munin::register() @@file { "${NODESDIR}/${name}_${munin_port_real}": ensure => present, content => template("munin/defaultclient.erb"), + tag => 'munin', } } @@ -64,6 +65,7 @@ define munin::register_snmp() @@file { "munin_snmp_${name}": path => "${NODESDIR}/${name}", ensure => present, content => template("munin/snmpclient.erb"), + tag => 'munin', } } diff --git a/manifests/host.pp b/manifests/host.pp index 83d1887..f539c9e 100644 --- a/manifests/host.pp +++ b/manifests/host.pp @@ -6,7 +6,7 @@ class munin::host { package { [ "munin", "nmap"]: ensure => installed, } - File <<||>> + File <<| tag == 'munin' |>> concatenated_file { "/etc/munin/munin.conf": dir => $NODESDIR, |