summaryrefslogtreecommitdiff
path: root/global
diff options
context:
space:
mode:
Diffstat (limited to 'global')
-rw-r--r--global/overlay/etc/puppet/manifests/cosmos-site.pp4
1 files changed, 3 insertions, 1 deletions
diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp
index b85ccee..38668b9 100644
--- a/global/overlay/etc/puppet/manifests/cosmos-site.pp
+++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp
@@ -237,7 +237,9 @@ class swamid_static_signer {
user => root,
minute => '*/5'
} ->
- ensure_resource('class', 'sunet::dockerhost', {}) ->
+ class {'ensure-dockerhost':
+ ensure_resource('class', 'sunet::dockerhost', {})
+ } ->
sunet::docker_run {'swamid_mds':
image => 'docker.sunet.se/swamid-mds',
imagetag => 'latest',