Add back safer_reboot
This commit is contained in:
parent
1e23d134f1
commit
bc329be450
1 changed files with 7 additions and 0 deletions
|
@ -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'),
|
||||
|
|
Loading…
Add table
Reference in a new issue