aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/auth/ldap.pp2
-rw-r--r--manifests/auth/local.pp2
2 files changed, 2 insertions, 2 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,
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,