diff options
Diffstat (limited to 'manifests/subsystems/domain.pp')
-rw-r--r-- | manifests/subsystems/domain.pp | 4 |
1 files changed, 2 insertions, 2 deletions
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}" } } |