summaryrefslogtreecommitdiff
path: root/manifests/client
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/client')
-rw-r--r--manifests/client/package.pp4
1 files changed, 1 insertions, 3 deletions
diff --git a/manifests/client/package.pp b/manifests/client/package.pp
index 7f8a7ba..0fc3529 100644
--- a/manifests/client/package.pp
+++ b/manifests/client/package.pp
@@ -1,8 +1,6 @@
class munin::client::package inherits munin::client::base {
- case $munin_node_ensure_version {
- '': { $munin_node_ensure_version = "installed" }
- }
+ if $munin_node_ensure_version == '' { $munin_node_ensure_version = 'installed' }
package { 'munin-node': ensure => $munin_node_ensure_version }
Service['munin-node']{