base: we can chose to deploy or not utils files

This commit is contained in:
Jérémy Dubois 2022-10-12 16:44:29 +02:00
parent c7bf4a461f
commit c0b1131f36
3 changed files with 8 additions and 0 deletions

View File

@ -49,6 +49,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* base: use "servers" option instead of "server" option for ntpd.conf
* base: fstab options can be activated or not
* base: configure "/usr/X11R6" and "/usr/local" for servers that have a mount on it
* base: we can chose to deploy or not utils files
### Fixed

View File

@ -14,3 +14,6 @@ evobsd_fstab_noatime: true
evobsd_fstab_noexec: true
install_url: "https://cdn.openbsd.org/pub/OpenBSD"
evobsd_updateevobackupcanary_include: true
evobsd_dumpserverstate_include: true

View File

@ -7,6 +7,8 @@
owner: root
group: wheel
mode: "0750"
when:
- evobsd_dumpserverstate_include | bool
tags:
- utils
@ -18,5 +20,7 @@
owner: root
group: wheel
mode: "0755"
when:
- evobsd_updateevobackupcanary_include | bool
tags:
- utils