Add back safer_reboot

This commit is contained in:
Micke Nordin 2023-06-15 12:00:47 +02:00
parent 1e23d134f1
commit bc329be450
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -48,6 +48,13 @@ class sunetdrive::scriptreceiver()
owner => 'root',
group => 'root',
}
file { '/usr/local/bin/safer_reboot':
ensure => file,
content => template('sunetdrive/scriptreceiver/safer_reboot.erb'),
mode => '0744',
owner => 'root',
group => 'root',
}
file { '/root/.bashrc':
ensure => file,
content => template('sunetdrive/scriptreceiver/baschrc.erb'),