]> gitweb.fluxo.info Git - puppet-backup.git/commitdiff
Packages hwinfo already declared by backupninja module
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 22 Oct 2015 01:22:21 +0000 (23:22 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 22 Oct 2015 01:22:21 +0000 (23:22 -0200)
manifests/init.pp

index 7bc4041fa481fdca96a198bc4359b0adf183741b..464d6202422fa7837562728b575927468db1ee1d 100644 (file)
@@ -42,12 +42,6 @@ class backup(
   }
 
   package { "debconf-utils": ensure => installed, }
-  package { "hwinfo":
-    ensure => $::lsbdistid ? {
-      'Ubuntu' => absent,
-      default  => present,
-    },
-  }
 
   # See http://www.rfc3092.net/2013/09/missing-modules-for-paramiko-and-gio-in-duplicity-foo/
   package { "python-gobject-2":