diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2016-09-24 11:03:19 -0300 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2016-09-24 11:03:19 -0300 |
| commit | b37c26e9ad50947202013f6b0035b89a866922c7 (patch) | |
| tree | 85110415715cddc06c5fa18593efcd5c005fe1ae | |
| parent | cfa02682ca9bf80e1674bae8e6b2b0454b784787 (diff) | |
| download | puppet-nodo-b37c26e9ad50947202013f6b0035b89a866922c7.tar.gz puppet-nodo-b37c26e9ad50947202013f6b0035b89a866922c7.tar.bz2 | |
Updates keymap variable lookup at nodo::subsystem::initramfs
| -rw-r--r-- | manifests/subsystem/initramfs.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystem/initramfs.pp b/manifests/subsystem/initramfs.pp index 22e642c..9abc00e 100644 --- a/manifests/subsystem/initramfs.pp +++ b/manifests/subsystem/initramfs.pp @@ -1,5 +1,5 @@ class nodo::subsystem::initramfs( - $keymap = hiera('nodo::initramfs::keymap', 'absent') + $keymap = absent, ) { # Image config file { "/etc/kernel-img.conf": |
