saz / puppet-sudo

Manage sudo with Puppet on Debian-, RedHat- and SUSE-based linux distributions and some BSDs
Other
105 stars 215 forks source link

Add Puppet AIO binary path to secure_path #149

Closed rnelson0 closed 8 years ago

rnelson0 commented 8 years ago

The new AIO binary location is not part of secure_path right now. That means I can't sudo puppet, I have to sudo /opt/puppetlabs/bin/puppet and that's just awkward. Nothing else should be in /opt/puppetlabs/bin so this feels like a good solution to me.

pioto commented 8 years ago

:+1:, though I think this is worked around by #122... but we should probably have /usr/local/sbin/ on that path as well, for consistency...