summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2012-04-18 11:36:09 -0400
committerMicah Anderson <micah@riseup.net>2012-04-18 11:36:09 -0400
commit9e22feaca0cd1139611cecc3ee9a88ef5d06cc7a (patch)
treefc9bdb711374f77764248c5ea44f8727b135f848
parenta30637ad2e825e62c004364e23811643e711ab28 (diff)
fix another trivial syntax error
-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 }