chore: cleanup glauth
- remove datavol, not required - remove commented out systemd socket
This commit is contained in:
parent
6e3802ad57
commit
fe35baacfd
@ -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],
|
||||
#}
|
||||
}
|
||||
}
|
||||
|
||||
@ -6,7 +6,6 @@ class roles::infra::auth::glauth {
|
||||
}else{
|
||||
include profiles::defaults
|
||||
include profiles::base
|
||||
include profiles::base::datavol
|
||||
include profiles::ldap::server
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user