Version information
released Mar 2nd 2020
This version is compatible with:
- Puppet Enterprise 2019.8.x, 2019.7.x, 2019.5.x, 2019.4.x, 2019.3.x, 2019.2.x, 2019.1.x, 2019.0.x, 2018.1.x, 2017.3.x, 2017.2.x, 2016.4.x
- Puppet >= 4.10.0 < 7.0.0
Start using this module
Add this module to your Puppetfile:
mod 'alejandroam91-sudo', '0.0.1'
Learn more about managing modules with a PuppetfileDocumentation
alejandroam91/sudo — version 0.0.1 Mar 2nd 2020
Sudo
Table of Contents
Description
Sudo is a program for Unix-like computer operating systems that allows users to run programs with the security privileges of another user, by default the superuser.
This module will help you to install and configure sudo appropiate software packages.
Setup
Beginning with sudo
To have Puppet install Apache with the default parameters, declare the sudo
class:
class { 'sudo': }
When this class is declared with the default options, Puppet:
- Installs the appropriate sudo software package.
- Places the required configuration files in a directory.
MIT License Copyright (c) 2020 Alejandro Alonso Mayo Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.