summaryrefslogtreecommitdiff
path: root/manifests/host.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/host.pp')
-rw-r--r--manifests/host.pp4
1 files changed, 1 insertions, 3 deletions
diff --git a/manifests/host.pp b/manifests/host.pp
index 3306195..e6b3916 100644
--- a/manifests/host.pp
+++ b/manifests/host.pp
@@ -5,9 +5,7 @@
class munin::host inherits munin
{
- case $munin_ensure_version {
- '': { $munin_ensure_version = "installed" }
- }
+ if $munin_ensure_version == '' { $munin_ensure_version = 'installed' }
package {"munin": ensure => $munin_ensure_version, }