Project

General

Profile

« Previous | Next » 

Revision 6454e24f

Added by Dominic Cleal over 11 years ago

Add manage_sudoers parameter to enable 3rd-party module to handle sudo

View differences:

manifests/params.pp
# Only hosts listed will be permitted, empty array to disable authorization
$trusted_hosts = []
# Whether to manage sudo rules or not. When reusing this module, this may be
# disabled to use a dedicated sudo module instead.
$manage_sudoers = true
# Should we assume a sudoers.d dir exists ( 'false' will use augeas instead )
case $::operatingsystem {
redhat,centos,Scientific: {

Also available in: Unified diff