summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-11-18 17:21:44 -0500
committerJesse Luehrs <doy@tozt.net>2018-11-18 17:21:44 -0500
commit86d2fa8422fba13d5592a5f96260cfe88d401546 (patch)
tree6ea9720998ff4fcb6751000243b88e6cbe6e9b59
parent28993965cd5cfe1a7df6b41ca9dced4d5621d21f (diff)
downloadpuppet-tozt-86d2fa8422fba13d5592a5f96260cfe88d401546.tar.gz
puppet-tozt-86d2fa8422fba13d5592a5f96260cfe88d401546.zip
syntax
-rw-r--r--modules/duplicati/manifests/client.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/duplicati/manifests/client.pp b/modules/duplicati/manifests/client.pp
index f631d42..62fc820 100644
--- a/modules/duplicati/manifests/client.pp
+++ b/modules/duplicati/manifests/client.pp
@@ -20,7 +20,7 @@ class duplicati::client {
exec { 'checkout duplicati-client':
provider => shell,
command => "/usr/bin/git checkout $duplicati_client_sha",
- unless => "test \"\$(git rev-parse @)\" = \"$duplicati_client_sha\""
+ unless => "test \"\$(git rev-parse @)\" = \"$duplicati_client_sha\"",
cwd => '/opt/duplicati-client',
require => Exec['clone duplicati-client'];
}