Skip to content

fup/puppet-sudoers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Class: sudoers

Description

This module is designed to install and manage Sudo, Sudo is a program for some Unix and Unix-like computer operating systems that allows users to run programs with the security privileges of another user (normally the superuser, or root). It is an abbreviation for "substitute user do".

This module has been built and tested on RHEL systems.

Parameters:

This module takes no default parameters. Refer to the Sudoers::Entry definiton for usage.

Actions:

This module will install Sudo packages, and setup the File Fragment pattern necessary to assemble the Sudo file.

Requires:

Sample Usage:

  sudoers::entry { 'james': 
    ensure   => 'present',
    nopasswd => 'true',
    noexec   => 'true',
    commands => ['/bin/cat', '/usr/bin/vim'],
  }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages