summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/client.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index 005d8e8..47f522f 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -1,4 +1,4 @@
-class mysql::client ( $use_shorewall = hiera('use_shorewall',false) {
+class mysql::client ( $use_shorewall = hiera('use_shorewall',false) ) {
case $::operatingsystem {
debian: { include mysql::client::debian }