diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/client.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/client.pp b/manifests/client.pp index 143046c..0d701af 100644 --- a/manifests/client.pp +++ b/manifests/client.pp @@ -46,7 +46,7 @@ define munin::register_snmp() } } -class munin::client:: base { +class munin::client::base { package { "munin-node": ensure => installed } service { "munin-node": ensure => running, |