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',
|
||||
default => 'present'
|
||||
}
|
||||
sunet::docker_run {'alwayshttps':
|
||||
file {'/opt/docker_run':
|
||||
ensure => 'absent',
|
||||
image => 'docker.sunet.se/always-https',
|
||||
}
|
||||
sunet::docker_run {'satosa':
|
||||
ensure => 'absent',
|
||||
image => $image,
|
||||
}
|
||||
sunet::docker_compose { 'satosa':
|
||||
content => template('sunetdrive/satosa/docker-compose.yml.erb'),
|
||||
|
|
Loading…
Add table
Reference in a new issue