From 854df61803a366fb70bb28f203bf1a60173ae7d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 20 Jun 2023 00:29:40 +0200 Subject: fixes --- manifests/auth/ldap.pp | 2 +- manifests/auth/local.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests') 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, -- cgit v1.2.3