group => "root",
mode => 0644,
ensure => present,
- notify => Exec['update-initramfs],
+ notify => Exec['update-initramfs'],
}
}
group => "root",
mode => 0644,
ensure => present,
- notify => Exec['update-initramfs],
+ notify => Exec['update-initramfs'],
}
# hibernation
group => "root",
mode => 0644,
content => "RESUME=/dev/mapper/cswap",
- notify => Exec['update-initramfs],
+ notify => Exec['update-initramfs'],
ensure => $hibernate ? {
false => absent,
default => present,