aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2022-01-15 11:12:41 -0300
committerSilvio Rhatto <rhatto@riseup.net>2022-01-15 11:12:41 -0300
commitd5a26d4e63f9c2cf4c995fcf12679874250ee9dd (patch)
treef5e14a48817d3f08c800404d7db551f3d550a7fc
parenta0e18b0bc74a8628dbe07a1be87f099281cdbf3f (diff)
downloadpuppet-backup-d5a26d4e63f9c2cf4c995fcf12679874250ee9dd.tar.gz
puppet-backup-d5a26d4e63f9c2cf4c995fcf12679874250ee9dd.tar.bz2
Fix: comment python-gobject-2 workaround
-rw-r--r--manifests/init.pp14
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,