From ab207322182515dee41062cfe49a37a576eaec53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Bj=C3=B6rklund?= Date: Tue, 28 Jan 2025 09:31:58 +0100 Subject: [PATCH] Lint fixes to sso.pp --- global/overlay/etc/puppet/modules/soc/manifests/sso.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global/overlay/etc/puppet/modules/soc/manifests/sso.pp b/global/overlay/etc/puppet/modules/soc/manifests/sso.pp index 0ab6340..6308cbb 100644 --- a/global/overlay/etc/puppet/modules/soc/manifests/sso.pp +++ b/global/overlay/etc/puppet/modules/soc/manifests/sso.pp @@ -50,7 +50,7 @@ class soc::sso( Optional[String] $extra_proxy_conf = undef, ) { - if $ssotype == "docker" { + if $ssotype == 'docker' { file { '/opt/sso': ensure => directory, }