Forgot to set the +x permissions to the initramfs script…

This commit is contained in:
gardouille 2016-09-08 07:44:09 +02:00
parent 9059a9930c
commit 06ea1fa5fc
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ class proxmox4::hypervisor::preconfig {
if $proxmox4::hypervisor::pve_lvm_delay == true {
file { $proxmox4::params::init_lvm_script_path:
ensure => present,
mode => 0755,
content => template($proxmox4::hypervisor::init_lvm_script_content),
notify => Exec['rebuild_initrd'],
}