diff options
-rw-r--r-- | manifests/init.pp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index fee575c..43c3773 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -52,8 +52,9 @@ class backup( # See http://www.rfc3092.net/2013/09/missing-modules-for-paramiko-and-gio-in-duplicity-foo/ package { "python-gobject-2": ensure => $::lsbdistcodename ? { - 'squeeze' => absent, - default => present, + 'stretch' => present, + 'buster' => absent, + default => absent, }, } |