]> gitweb.fluxo.info Git - puppet-backup.git/commitdiff
Fix: comment python-gobject-2 workaround
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 15 Jan 2022 14:12:41 +0000 (11:12 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 15 Jan 2022 14:12:41 +0000 (11:12 -0300)
manifests/init.pp

index 43c3773f5054f9e84c6cece4f2b4d97a06109d94..15e91f296d6c0af902cc0f6e684f1622a7787d82 100644 (file)
@@ -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,