From aeb7a602b8e0ec177a8b42aa601a678f36a26050 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 21 Jun 2023 00:03:23 +0200 Subject: fixes --- manifests/conf.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/conf.pp') diff --git a/manifests/conf.pp b/manifests/conf.pp index 936df92..f8f5baa 100644 --- a/manifests/conf.pp +++ b/manifests/conf.pp @@ -50,7 +50,7 @@ define concourse::conf ( systemd::dropin_file { "concourse-${name}.conf": ensure => $ensure, - unit => $service, + unit => "${service}.service", content => $dropin_content, notify_service => true, } -- cgit v1.2.3