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.
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.