create sunet-reinstall
This commit is contained in:
parent
69a26ec058
commit
19c838e4a2
1 changed files with 8 additions and 0 deletions
|
@ -30,6 +30,14 @@ class common {
|
|||
include apt
|
||||
include apparmor
|
||||
package {'jq': ensure => 'latest'}
|
||||
|
||||
if $::is_virtual == true {
|
||||
file { '/usr/local/bin/sunet-reinstall':
|
||||
ensure => file,
|
||||
mode => '0755',
|
||||
content => template('sunet/cloudimage/sunet-reinstall.erb'),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class dhcp6_client {
|
||||
|
|
Loading…
Add table
Reference in a new issue