Skip to content

cirrax/puppet-doas

Repository files navigation

doas puppet module

Build Status Puppet Forge Puppet Forge Puppet Forge Puppet Forge Coverage Status

Table of Contents

  1. Description
  2. Setup - The basics of getting started with doas
  3. Usage - Configuration options and additional functionality
  4. Development - Guide for contributing to the module

Description

This puppet module is intended to configure doas (the equivalent of sudo) on an OpenBSD system.

Setup

Include the module, with:

include doas

Usage

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'

Reference

See REFERENCE.md

Contributing

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.

Authors

This module is mainly written by Cirrax GmbH.

See the list of contributors for a list of all contributors.