diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-02-16 00:24:47 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-02-16 00:24:47 -0300 |
commit | 9cc390c59df6ad2ea7357374598ea8069e0fb0e6 (patch) | |
tree | 9eb050b1ca24ce75e45456ff8dfc741bcc9634fc /manifests | |
parent | 4b3f8af4d42153517989f128aa5ce10823f9fc8e (diff) | |
download | puppet-backup-9cc390c59df6ad2ea7357374598ea8069e0fb0e6.tar.gz puppet-backup-9cc390c59df6ad2ea7357374598ea8069e0fb0e6.tar.bz2 |
Adding python-gobject-2 package to avoid duplicity warning
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 2f4fead..26e8f2f 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -48,6 +48,9 @@ class backup( package { "debconf-utils": ensure => installed, } package { "hwinfo": ensure => installed, } + # See http://www.rfc3092.net/2013/09/missing-modules-for-paramiko-and-gio-in-duplicity-foo/ + package { "python-gobject-2": ensure => installed, } + backupninja::config { "conf": loglvl => 4, usecolors => false, |