]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding -t to update-initramfs
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 31 Jan 2013 16:47:25 +0000 (14:47 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 31 Jan 2013 16:47:25 +0000 (14:47 -0200)
manifests/subsystems/initramfs.pp

index ed9217147fe87957d6b354b1c92e2d01942d5987..0a8d49bff33dce3e07b69dc394f69cebea42569b 100644 (file)
@@ -18,7 +18,7 @@ class initramfs {
   }
 
   # update initramfs when needed
-  exec { "update-initramfs -v -u":
+  exec { "update-initramfs -v -t -u":
     subscribe   => [ File["/etc/initramfs-tools/modules"], File["/etc/modprobe.d/blacklist"] ],
     refreshonly => true,
     alias       => 'update-initramfs',