aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-06-21 00:03:23 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-06-21 00:03:23 +0200
commitaeb7a602b8e0ec177a8b42aa601a678f36a26050 (patch)
tree72220352393c899ffdb6c947cbee342e7711dcb4
parentfixes (diff)
downloadconcourse-aeb7a602b8e0ec177a8b42aa601a678f36a26050.tar.gz
concourse-aeb7a602b8e0ec177a8b42aa601a678f36a26050.tar.xz
fixes
-rw-r--r--manifests/conf.pp2
1 files changed, 1 insertions, 1 deletions
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,
}