summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-04-10 14:57:32 +0200
committermh <mh@immerda.ch>2012-04-10 14:57:32 +0200
commitf06092dda9280b373f7a55dd11b650c729059151 (patch)
tree44de4b06a7c695249a647cc71d515031568cf627 /manifests/client.pp
parentf2a0d2623b36e6105f31e51d99cbd349adaa30d7 (diff)
parentc49190c6c6cae7c7f854920667717dad2e3adb27 (diff)
merge from github
Diffstat (limited to 'manifests/client.pp')
-rw-r--r--manifests/client.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index 99480f1..0ff5b79 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -5,7 +5,7 @@
class munin::client {
- case $operatingsystem {
+ case $::operatingsystem {
openbsd: { include munin::client::openbsd }
darwin: { include munin::client::darwin }
debian,ubuntu: { include munin::client::debian }