Lint fixes to sso.pp

This commit is contained in:
Johan Björklund 2025-01-28 09:31:58 +01:00
parent da2d2bdf04
commit ab20732218
Signed by untrusted user: bjorklund
GPG key ID: 5E8401339C7F5037

View file

@ -50,7 +50,7 @@ class soc::sso(
Optional[String] $extra_proxy_conf = undef,
) {
if $ssotype == "docker" {
if $ssotype == 'docker' {
file { '/opt/sso':
ensure => directory,
}