summaryrefslogtreecommitdiff
path: root/manifests/host.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2013-03-18 15:37:29 +0100
committermh <mh@immerda.ch>2013-03-18 15:37:29 +0100
commit983c0db16a3d21df89623f34908a5236daa74aec (patch)
tree9c5ab04ecc753e63bac35d05b0b4c6cd69980ba8 /manifests/host.pp
parent68a4cb4ae4dc5aeeece00a1e40e41edcda82a8ff (diff)
parent8b33376684026516107b6331d2fbde38362b72ec (diff)
Merge remote-tracking branch 'githubmirror/master' into HEAD
Diffstat (limited to 'manifests/host.pp')
-rw-r--r--manifests/host.pp5
1 files changed, 3 insertions, 2 deletions
diff --git a/manifests/host.pp b/manifests/host.pp
index b828e35..05dcb5e 100644
--- a/manifests/host.pp
+++ b/manifests/host.pp
@@ -3,12 +3,13 @@
# See LICENSE for the full license granted to you.
class munin::host(
- $cgi_graphing = false
+ $cgi_graphing = false,
+ $export_tag = 'munin'
) {
package {"munin": ensure => installed, }
include concat::setup
- Concat::Fragment <<| tag == 'munin' |>>
+ Concat::Fragment <<| tag == $export_tag |>>
concat::fragment{'munin.conf.header':
target => '/etc/munin/munin.conf',