]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Removing /etc/default/keyboard ref
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 31 Jan 2013 21:40:21 +0000 (19:40 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 31 Jan 2013 21:40:21 +0000 (19:40 -0200)
manifests/subsystems/initramfs.pp

index 58e5c712e9ba53944eaa720d52e72ec78537d5e2..17296a26bd84736daf90c1ab3625226fa3931076 100644 (file)
@@ -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',
   }