aboutsummaryrefslogtreecommitdiff
path: root/manifests/auth/local.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/auth/local.pp')
-rw-r--r--manifests/auth/local.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/auth/local.pp b/manifests/auth/local.pp
index 361ada7..9329e30 100644
--- a/manifests/auth/local.pp
+++ b/manifests/auth/local.pp
@@ -45,7 +45,7 @@ class concourse::auth::local (
EnvironmentFile=${env_file}
| EOF
- systemd::dropin_file { 'concourse-local-auth':
+ systemd::dropin_file { 'concourse-local-auth.conf':
ensure => $ensure,
unit => $concourse::web::service_unit,
content => $dropin_content,