3d draft of cisoassistant manifest
This commit is contained in:
parent
328f8d558d
commit
602d044af3
1 changed files with 4 additions and 3 deletions
|
@ -25,9 +25,10 @@ class net::cisoassistant {
|
|||
}
|
||||
}
|
||||
sunet::docker_compose { 'always-https':
|
||||
image => 'docker.sunet.se/always-https',
|
||||
ports => ['80:80'],
|
||||
env => ['ACME_URL=http://acme-c.sunet.se/'],
|
||||
image => 'docker.sunet.se/always-https',
|
||||
service_name => 'acme_http'
|
||||
ports => ['80:80'],
|
||||
env => ['ACME_URL=http://acme-c.sunet.se/'],
|
||||
}
|
||||
file { '/etc/docker/daemon.json':
|
||||
mode => '0744',
|
||||
|
|
Loading…
Add table
Reference in a new issue