aboutsummaryrefslogtreecommitdiff
path: root/manifests/conf.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/conf.pp')
-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,
}