summaryrefslogtreecommitdiff
path: root/manifests/host.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/host.pp')
-rw-r--r--manifests/host.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/host.pp b/manifests/host.pp
index e6b3916..b9e59e4 100644
--- a/manifests/host.pp
+++ b/manifests/host.pp
@@ -7,6 +7,8 @@ class munin::host inherits munin
if $munin_ensure_version == '' { $munin_ensure_version = 'installed' }
+ File <<| tag == 'munin' |>>
+
package {"munin": ensure => $munin_ensure_version, }
File <<| tag == 'munin' |>>