- Description
- Setup - The basics of getting started with doas
- Usage - Configuration options and additional functionality
- Development - Guide for contributing to the module
This puppet module is intended to configure doas (the equivalent of sudo) on an OpenBSD system.
Include the module, with:
include doas
To allow icinga to execute 'syspatch -c' (this shows if syspatches to update are available), you add to your hiera hieranrchy:
doas::entries:
icinga2_syspatch:
identity: '_icinga'
as_target: 'root'
command: '/usr/sbin/syspatch'
args:
- '-c'
options:
- 'nopass'
See REFERENCE.md
Please report bugs and feature request using GitHub issue tracker.
For pull requests, it is very much appreciated to check your Puppet manifest with puppet-lint and the available spec tests in order to follow the recommended Puppet style guidelines from the Puppet Labs style guide.
This module is mainly written by Cirrax GmbH.
See the list of contributors for a list of all contributors.