}
# 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',
}
}
class nodo::utils::laptop {
case $::operatingsystem {
debian: {
- include utils::laptop::debian
+ include nodo::utils::laptop::debian
}
default: { }
}
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.