1 2 3 4 5 6 7
class common::sudo_sysadmin { include sudo sudo::sudoers_config { 'sysadmin': content => template('common/sudoers.sysadmin') } }