diff options
author | Micah Anderson <micah@riseup.net> | 2009-08-27 15:47:03 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2009-08-27 15:47:03 -0400 |
commit | d890916504b8fe282392f0a1cddc58f12a0e983b (patch) | |
tree | d34d9e631eee526a52279869d136e5256be968bd | |
parent | a7c710bda474a08a8902978069bcc3227ba5f223 (diff) | |
download | puppet-backupninja-d890916504b8fe282392f0a1cddc58f12a0e983b.tar.gz puppet-backupninja-d890916504b8fe282392f0a1cddc58f12a0e983b.tar.bz2 |
add in comment from 05efcc415ed19793e10d71e95a1d412e5d2095d1, didn't
merge this commit, because it also includes the package installation
bits that we are doing a different way
-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!") } } |