chore: cleanup glauth

- remove datavol, not required
- remove commented out systemd socket
This commit is contained in:
Ben Vincent 2024-07-02 18:12:08 +10:00
parent 6e3802ad57
commit fe35baacfd
2 changed files with 0 additions and 11 deletions

View File

@ -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],
#}
}
}

View File

@ -6,7 +6,6 @@ class roles::infra::auth::glauth {
}else{
include profiles::defaults
include profiles::base
include profiles::base::datavol
include profiles::ldap::server
}
}