aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-06-20 00:29:40 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-06-20 00:29:40 +0200
commit854df61803a366fb70bb28f203bf1a60173ae7d1 (patch)
treebfce43c2653b3870b0af05965a2289e92fb25fa2
parentReplace systemd::manage_dropin with systemd::dropin_file. (diff)
downloadconcourse-854df61803a366fb70bb28f203bf1a60173ae7d1.tar.gz
concourse-854df61803a366fb70bb28f203bf1a60173ae7d1.tar.xz
fixes
-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,