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