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/local.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/auth/local.pp') 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