diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/dup.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/dup.pp b/manifests/dup.pp index 170e53a..61491c6 100644 --- a/manifests/dup.pp +++ b/manifests/dup.pp @@ -84,6 +84,8 @@ define backupninja::duplicity( $order = 90, $backuptag = false, # key options $installkey = true ) { + + # the client with configs for this machine include backupninja::client case $host { false: { err("need to define a host for remote backups!") } } |