create sunet-reinstall

This commit is contained in:
Fredrik Thulin 2018-05-03 12:55:17 +02:00
parent 69a26ec058
commit 19c838e4a2
No known key found for this signature in database
GPG key ID: 2707330D4030CCAD

View file

@ -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 {