Icinga / ansible-collection-icinga

Collection to setup and manage components of the Icinga software stack
Apache License 2.0
45 stars 36 forks source link

[icinga2] fix file permissions for objects #282

Closed dgoetz closed 6 months ago

dgoetz commented 6 months ago

Relying on the umask will break on systems which do not allow read for other, using a defined mode makes it independent from umask settings on the target system.