I can't get sudo:defaults to work with hiera
Closed this issue · 1 comments
opentokix commented
I have this block in hiera
sudo::defaults:
use_pty:
logfile: "/var/log/sudo.log"
timestamp_timeout: 10
I have also tried this mentioned in the docs.
sudo::defaults:
use_pty:
logfile:
value: "/var/log/sudo.log"
timestamp_timeout:
value: 10
But those three default-lines does not get added to /etc/sudoers
Puppet agent 8.6.0
Puppetserver: 8.6.0
OS: Ubuntu 22.04
saz commented
Should be fixed with v9 I've published today.