forked from SUNET/soc-ops
Lint fixes to sso.pp
This commit is contained in:
parent
da2d2bdf04
commit
ab20732218
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class soc::sso(
|
||||||
Optional[String] $extra_proxy_conf = undef,
|
Optional[String] $extra_proxy_conf = undef,
|
||||||
) {
|
) {
|
||||||
|
|
||||||
if $ssotype == "docker" {
|
if $ssotype == 'docker' {
|
||||||
file { '/opt/sso':
|
file { '/opt/sso':
|
||||||
ensure => directory,
|
ensure => directory,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue