diff options
-rw-r--r-- | manifests/dup.pp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/dup.pp b/manifests/dup.pp index 170e53a..05d4892 100644 --- a/manifests/dup.pp +++ b/manifests/dup.pp @@ -84,6 +84,10 @@ define backupninja::duplicity( $order = 90, $backuptag = false, # key options $installkey = true ) { + # needed packages + package { "duplicity": ensure => installed } + + # the client with configs for this machine include backupninja::client case $host { false: { err("need to define a host for remote backups!") } } |