Can not redeclare class
This commit is contained in:
parent
c4f95af173
commit
d4fae26777
1 changed files with 1 additions and 6 deletions
|
@ -33,13 +33,8 @@ class sunetdrive::satosa($dehydrated_name=undef,$image='docker.sunet.se/satosa',
|
||||||
undef => 'absent',
|
undef => 'absent',
|
||||||
default => 'present'
|
default => 'present'
|
||||||
}
|
}
|
||||||
sunet::docker_run {'alwayshttps':
|
file {'/opt/docker_run':
|
||||||
ensure => 'absent',
|
ensure => 'absent',
|
||||||
image => 'docker.sunet.se/always-https',
|
|
||||||
}
|
|
||||||
sunet::docker_run {'satosa':
|
|
||||||
ensure => 'absent',
|
|
||||||
image => $image,
|
|
||||||
}
|
}
|
||||||
sunet::docker_compose { 'satosa':
|
sunet::docker_compose { 'satosa':
|
||||||
content => template('sunetdrive/satosa/docker-compose.yml.erb'),
|
content => template('sunetdrive/satosa/docker-compose.yml.erb'),
|
||||||
|
|
Loading…
Add table
Reference in a new issue