From 6aee2a78f75bfc01484b1591a10bda0de75ec95c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 25 Nov 2011 14:55:11 -0200 Subject: Syntax fix (2) --- manifests/subsystems/domain.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests/subsystems/domain.pp') 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}" } } -- cgit v1.2.3