aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2009-08-27 15:47:03 -0400
committerMicah Anderson <micah@riseup.net>2009-08-27 15:47:03 -0400
commitd890916504b8fe282392f0a1cddc58f12a0e983b (patch)
treed34d9e631eee526a52279869d136e5256be968bd
parenta7c710bda474a08a8902978069bcc3227ba5f223 (diff)
downloadpuppet-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.pp2
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!") } }