Skip to content

Unyonsys/puppet-module-sudo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Sudo module for Puppet

This module configures Sudo on Debian like OS. It has been developed under Ubuntu 12.04.

Description

The module installs a baseic sudoers files, and provide a define "addconfig" to add snippets in /etc/sudoers.d/

Usage

Most Basic

class { 'sudo': }

Add a config statement

sudo::addconfig { 'ssh_auth_sock':
    statement => "Defaults    env_keep+=SSH_AUTH_SOCK\n"
}

Dependencies

Contact

Bruno Leon [email protected]

License

This software is distributed under the GNU General Public License version 2 or any later version. See the LICENSE file for details.

Copyright

Copyright (C) 2012 UNYONSYS SARL

Releases

No releases published

Packages

No packages published

Languages