post-install: add the pf_states check by default in generateldif.sh script

This commit is contained in:
Jérémy Dubois 2023-03-15 16:03:58 +01:00
parent c7e3b2d9ac
commit a045995c01
2 changed files with 8 additions and 0 deletions

View file

@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* ospf: precise in the readme file that no daemon is configured/activated
* logsentry: delete unused default file that we put in /usr/share/scripts
* base: set the lookup option so that resolv.conf searches /etc/hosts before querying a domain name server; the default is the opposite
* post-install: add the pf_states check by default in generateldif.sh script
### Changed

View file

@ -147,6 +147,13 @@ ServiceName: packetfilter
ServiceType: firewall
ServiceVersion: packetfilter
dn: ServiceName=pf_states,EvoComputerName=${EvoComputerName},ou=computer,dc=evolix,dc=net
NagiosEnabled: TRUE
objectClass: EvoService
ServiceName: pf_states
ServiceType: firewall
ServiceVersion: pf_states
EOT
if grep -Eq 'sd.*RAID' /var/run/dmesg.boot; then