From: Micah Anderson Date: Thu, 27 Aug 2009 19:47:03 +0000 (-0400) Subject: add in comment from 05efcc415ed19793e10d71e95a1d412e5d2095d1, didn't X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d890916504b8fe282392f0a1cddc58f12a0e983b;p=puppet-backupninja.git 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 --- 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!") } }