]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Updates stuff for stretch upgrade
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 17 Aug 2017 23:01:57 +0000 (20:01 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 17 Aug 2017 23:01:57 +0000 (20:01 -0300)
manifests/subsystem/initramfs.pp
manifests/utils/laptop.pp
manifests/utils/virtual.pp

index e6c9cfe9f552f7a16299f0c8987346d44695f6d5..e3b52716ccf4bb59e4a4e552af424d737854ad08 100644 (file)
@@ -29,11 +29,11 @@ class nodo::subsystem::initramfs(
   }
 
   # Update initramfs when needed
-  exec { "update-initramfs -v -t -u":
+  exec { "update-initramfs":
+    command     => "update-initramfs -v -t -u",
     subscribe   => [ File["/etc/initramfs-tools/modules"],
                      File["/etc/modprobe.d/blacklist.conf"],
                      File["/etc/initramfs-tools/conf.d/keymap.conf"] ],
     refreshonly => true,
-    alias       => 'update-initramfs',
   }
 }
index 9a1e42cde64b2464e6687c52d15e0f48046fbc1e..9a27368ac3b48c1e3f7e4a93cf014fb03a682131 100644 (file)
@@ -2,7 +2,7 @@
 class nodo::utils::laptop {
   case $::operatingsystem {
     debian: { 
-      include utils::laptop::debian
+      include nodo::utils::laptop::debian
     }
     default: { }
   }
index f9d0cc9dfa255038c3e7fb229446f2491242a97b..4f29954b5c32722cbfb15223a455e204eddddd53 100644 (file)
@@ -16,12 +16,12 @@ class nodo::utils::virtual (
     ensure => $ensure,
   }
 
-  package { 'spice-client':
-    ensure => $::lsbdistcodename ? {
-      'jessie' => installed,
-      default  => absent,
-    },
-  }
+  #package { 'spice-client':
+  #  ensure => $::lsbdistcodename ? {
+  #    'jessie' => installed,
+  #    default  => absent,
+  #  },
+  #}
 
   # We're not managing this package as we're favouring the
   # virtualbox package which doesn't needs it.