diff --git a/modules/glauth/manifests/service.pp b/modules/glauth/manifests/service.pp index 3a4215d..bb493da 100644 --- a/modules/glauth/manifests/service.pp +++ b/modules/glauth/manifests/service.pp @@ -26,15 +26,5 @@ class glauth::service ( subscribe => Concat[$config_path], # should also subscribe to tls certs } - #systemd::unit_file { "${service_name}.socket": - # content => epp('glauth/systemd.socket.epp', { - # 'ldap_port' => $ldap_port, - # 'ldaps_port' => $ldaps_port, - # 'api_port' => $api_port, - #}), - # enable => true, - # active => true, - # subscribe => Concat[$config_path], - #} } } diff --git a/site/roles/manifests/infra/auth/glauth.pp b/site/roles/manifests/infra/auth/glauth.pp index fdaa17b..77768df 100644 --- a/site/roles/manifests/infra/auth/glauth.pp +++ b/site/roles/manifests/infra/auth/glauth.pp @@ -6,7 +6,6 @@ class roles::infra::auth::glauth { }else{ include profiles::defaults include profiles::base - include profiles::base::datavol include profiles::ldap::server } }