diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2016-05-12 13:09:01 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2016-05-12 13:09:01 -0300 | 
| commit | 40b3ff5aee4ddbbc8cbd165d93fec28c4069048b (patch) | |
| tree | b1b8d2271a39e53d02e4b216f8c4c7f8f8be20a3 | |
| parent | 4885b84a5596589459b3d4be65da9f2cec681c61 (diff) | |
| download | puppet-backup-production.tar.gz puppet-backup-production.tar.bz2  | |
Manage duplicity packageproduction
| -rw-r--r-- | manifests/init.pp | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index bef8c58..8dc43f4 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -45,6 +45,7 @@ class backup(      use_storedconfigs     => false,    } +  package { "duplicity":     ensure => installed, }    package { "debconf-utils": ensure => installed, }    # See http://www.rfc3092.net/2013/09/missing-modules-for-paramiko-and-gio-in-duplicity-foo/  | 
