]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Syntax fix (2)
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 25 Nov 2011 16:55:11 +0000 (14:55 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 25 Nov 2011 16:55:11 +0000 (14:55 -0200)
manifests/subsystems/domain.pp

index 436221ab77755ee7aa5ed778ddea959288553700..337fd0e9234f8d9afd7a43bca648fc2dad08f5c2 100644 (file)
@@ -19,10 +19,10 @@ class domain {
 
     case $file {
       true: {
-        $command = "$cert_check -f ${file}",
+        $command = "$cert_check -f ${file}"
       }
       false, default: {
-        $command = "$cert_check -d ${name}",
+        $command = "$cert_check -d ${name}"
       }
     }