removed sunet-reinstall definition as it is in puppet-sunet now

This commit is contained in:
Maria Haider 2019-10-11 16:10:10 +02:00
parent e7994628c0
commit d1370e47ef
Signed by: mariah
GPG key ID: 7414A760CA747E57

View file

@ -41,14 +41,6 @@ class common {
package {'jq': ensure => 'latest'}
package { 'needrestart': ensure => installed}
if $::is_virtual == true {
file { '/usr/local/bin/sunet-reinstall':
ensure => file,
mode => '0755',
content => template('sunet/cloudimage/sunet-reinstall.erb'),
}
}
# change git repo from git.nordu.net to gitops.sunet.se (for .git)
exec { 'git_repo_sunet_dot_git':
cwd => '/var/cache/cosmos/repo',
@ -61,7 +53,6 @@ class common {
command => '/usr/bin/git remote set-url origin git://gitops.sunet.se/eid-ops git://git.nordu.net/eid-ops',
onlyif => '/usr/bin/git remote get-url origin | grep -qi git.nordu.net/eid-ops',
}
}
class dhcp6_client {