diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2022-01-15 11:12:41 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2022-01-15 11:12:41 -0300 |
commit | d5a26d4e63f9c2cf4c995fcf12679874250ee9dd (patch) | |
tree | f5e14a48817d3f08c800404d7db551f3d550a7fc /manifests/init.pp | |
parent | a0e18b0bc74a8628dbe07a1be87f099281cdbf3f (diff) | |
download | puppet-backup-d5a26d4e63f9c2cf4c995fcf12679874250ee9dd.tar.gz puppet-backup-d5a26d4e63f9c2cf4c995fcf12679874250ee9dd.tar.bz2 |
Fix: comment python-gobject-2 workaround
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 43c3773..15e91f2 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -50,13 +50,13 @@ class backup( package { "debconf-utils": ensure => installed, } # See http://www.rfc3092.net/2013/09/missing-modules-for-paramiko-and-gio-in-duplicity-foo/ - package { "python-gobject-2": - ensure => $::lsbdistcodename ? { - 'stretch' => present, - 'buster' => absent, - default => absent, - }, - } + #package { "python-gobject-2": + # ensure => $::lsbdistcodename ? { + # 'stretch' => present, + # 'buster' => absent, + # default => absent, + # }, + #} file { "${backup::params::backupdir_remote}": ensure => directory, |