summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2013-01-02 17:25:51 +0100
committermh <mh@immerda.ch>2013-01-02 17:25:51 +0100
commit8a96ea5cf05f45fe7d258f18f32aac9546b66bfc (patch)
treef5c18bd5726362ededb9c5863936d9ce054795f3 /manifests
parent33241a38d209817347f8086158beec23fd42a55b (diff)
parent9465f48a6560f7d263931ec08618699dc44321f3 (diff)
Merge remote-tracking branch 'riseup/master'
Conflicts: manifests/client.pp manifests/server.pp manifests/server/base.pp manifests/server/cron/backup.pp manifests/server/munin/default.pp manifests/server/nagios.pp
Diffstat (limited to 'manifests')
-rw-r--r--manifests/client.pp2
1 files changed, 0 insertions, 2 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index b85265e..c76e906 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -2,7 +2,6 @@
class mysql::client (
$manage_shorewall = false
) {
-
case $::operatingsystem {
debian: { include mysql::client::debian }
default: { include mysql::client::base }
@@ -11,5 +10,4 @@ class mysql::client (
if $manage_shorewall {
include shorewall::rules::out::mysql
}
-
}