From: Silvio Rhatto Date: Fri, 25 Nov 2011 16:55:11 +0000 (-0200) Subject: Syntax fix (2) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=6aee2a78f75bfc01484b1591a10bda0de75ec95c;p=puppet-nodo.git Syntax fix (2) --- diff --git a/manifests/subsystems/domain.pp b/manifests/subsystems/domain.pp index 436221a..337fd0e 100644 --- a/manifests/subsystems/domain.pp +++ b/manifests/subsystems/domain.pp @@ -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}" } }