aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystem/initramfs.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-08-17 20:01:57 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-08-17 20:01:57 -0300
commited014f5d01c2299041a0c1dfd470b1211f56f271 (patch)
treefbfb87ac4da3abb90d40985c4fd02e030ff5e293 /manifests/subsystem/initramfs.pp
parentf1e38c7e1a4efd038956993a065aef5f8f123876 (diff)
downloadpuppet-nodo-ed014f5d01c2299041a0c1dfd470b1211f56f271.tar.gz
puppet-nodo-ed014f5d01c2299041a0c1dfd470b1211f56f271.tar.bz2
Updates stuff for stretch upgrade
Diffstat (limited to 'manifests/subsystem/initramfs.pp')
-rw-r--r--manifests/subsystem/initramfs.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/subsystem/initramfs.pp b/manifests/subsystem/initramfs.pp
index e6c9cfe..e3b5271 100644
--- a/manifests/subsystem/initramfs.pp
+++ b/manifests/subsystem/initramfs.pp
@@ -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',
}
}