removed sunet-reinstall definition as it is in puppet-sunet now
This commit is contained in:
parent
e7994628c0
commit
d1370e47ef
1 changed files with 0 additions and 9 deletions
|
@ -41,14 +41,6 @@ class common {
|
||||||
package {'jq': ensure => 'latest'}
|
package {'jq': ensure => 'latest'}
|
||||||
package { 'needrestart': ensure => installed}
|
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)
|
# change git repo from git.nordu.net to gitops.sunet.se (for .git)
|
||||||
exec { 'git_repo_sunet_dot_git':
|
exec { 'git_repo_sunet_dot_git':
|
||||||
cwd => '/var/cache/cosmos/repo',
|
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',
|
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',
|
onlyif => '/usr/bin/git remote get-url origin | grep -qi git.nordu.net/eid-ops',
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
class dhcp6_client {
|
class dhcp6_client {
|
||||||
|
|
Loading…
Add table
Reference in a new issue