You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Supporting sudoers can be done easily by adding mod 'saz-sudo', '8.0.0'
to the Puppetfile, then adding sudo to the packages installed by the tag you want, and then adding something like this to your yaml file:
sudo::ldap_enable: true
sudo::config_file_replace: false
sudo::prefix: '10-rsnt_'
sudo::purge_ignore: '[!10-rsnt_]*'
sudo::configs:
'general':
'content': |
the content of your sudoers file
'priority': 1
For an internal project, we need to provide an extensive
sudoers
file to be deployed on all nodes.The text was updated successfully, but these errors were encountered: