chore: cleanup glauth

- remove datavol, not required
- remove commented out systemd socket
This commit is contained in:
2024-07-02 18:12:08 +10:00
parent 6e3802ad57
commit fe35baacfd
2 changed files with 0 additions and 11 deletions
-10
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],
#}
}
}