diff --git a/global/overlay/etc/puppet/modules/soc/manifests/sso.pp b/global/overlay/etc/puppet/modules/soc/manifests/sso.pp index ba52a7a..47871bc 100644 --- a/global/overlay/etc/puppet/modules/soc/manifests/sso.pp +++ b/global/overlay/etc/puppet/modules/soc/manifests/sso.pp @@ -78,14 +78,6 @@ class soc::sso( } } - if $ssotype == 'apache' { - } - - file { '/opt/sso/apache/401.html': - ensure => file, - content => file('soc/sso/401.html'), - } - if $ssotype == 'docker' { $apache_groups = '/opt/sso/apache/groups.txt' } elsif $ssotype == 'apache' {