From d96ffbc4736d1ec3d50a1a888233201b7df5dc9d Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 31 Jan 2013 19:40:21 -0200 Subject: Removing /etc/default/keyboard ref --- manifests/subsystems/initramfs.pp | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/manifests/subsystems/initramfs.pp b/manifests/subsystems/initramfs.pp index 58e5c71..17296a2 100644 --- a/manifests/subsystems/initramfs.pp +++ b/manifests/subsystems/initramfs.pp @@ -28,21 +28,11 @@ class initramfs( mode => 0644, } - # keyboard - # see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619711 - file { "/etc/default/keyboard": - ensure => present, - owner => "root", - group => "root", - mode => 0644, - } - # update initramfs when needed exec { "update-initramfs -v -t -u": subscribe => [ File["/etc/initramfs-tools/modules"], File["/etc/modprobe.d/blacklist"], - File["/etc/initramfs-tools/conf.d/keymap.conf"], - File["/etc/default/keyboard"] ], + File["/etc/initramfs-tools/conf.d/keymap.conf"] ], refreshonly => true, alias => 'update-initramfs', } -- cgit v1.2.3