add back image
This commit is contained in:
parent
e0c4ddcd6e
commit
c4f95af173
1 changed files with 4 additions and 2 deletions
|
@ -34,10 +34,12 @@ class sunetdrive::satosa($dehydrated_name=undef,$image='docker.sunet.se/satosa',
|
|||
default => 'present'
|
||||
}
|
||||
sunet::docker_run {'alwayshttps':
|
||||
ensure => 'absent'
|
||||
ensure => 'absent',
|
||||
image => 'docker.sunet.se/always-https',
|
||||
}
|
||||
sunet::docker_run {'satosa':
|
||||
ensure => 'absent'
|
||||
ensure => 'absent',
|
||||
image => $image,
|
||||
}
|
||||
sunet::docker_compose { 'satosa':
|
||||
content => template('sunetdrive/satosa/docker-compose.yml.erb'),
|
||||
|
|
Loading…
Add table
Reference in a new issue