summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
authorLeLutin <gabster@lelutin.ca>2015-02-21 21:22:33 +0000
committerLeLutin <gabster@lelutin.ca>2015-02-21 21:22:33 +0000
commit11440d5a71549041c639017d3be32866a2a79513 (patch)
tree57507a2ca100779e451029d5add66802b91b89f6 /manifests/client.pp
parent23201220bf8b7b63da44747be142face0c98eb09 (diff)
parent64e309214b30502e853f1017cf3f4b12886d02c9 (diff)
Merge branch 'feature/4347-adapt-to-cleaned-up-common-module' into 'master'
Feature/4347 adapt to cleaned up common module Fixes https://labs.riseup.net/code/issues/4347 See merge request !2
Diffstat (limited to 'manifests/client.pp')
-rw-r--r--manifests/client.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index aca899a..f71d946 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -7,7 +7,6 @@ class munin::client {
case $::operatingsystem {
openbsd: { include munin::client::openbsd }
- darwin: { include munin::client::darwin }
debian,ubuntu: { include munin::client::debian }
gentoo: { include munin::client::gentoo }
centos: { include munin::client::base }