I have a puppet environment that's been working smoothly for many years. Recently I've been testing our puppet setup with the relatively new Debian stable release, Bookworm.
Augeas configs that have always executed perfectly in previous Debian versions don't seem to be working anymore. The client is running Debian's build of puppet-agent, version (7.23.0-1). Running "puppet agent -t --debug |grep -i augeas" on the client displays the following: Debug: Facter: fact "augeas.version" has resolved to: 1.14.0 Debug: Facter: fact "augeasversion" has resolved to: 1.14.0 Debug: /Stage[main]/Debianhost::Sshd_config/Augeas[sshd_config]/notify: notify to Service[ssh] Debug: /Stage[main]/Debianhost::Exim4/Augeas[queueinterval]/notify: notify to Service[exim4] ...but no changes are made to either of the two files. Running augtool on those files, with the same configs specified in my puppet manifests results in the changes being made to the files as expected, but when augeas is called via "puppet agent", no changes to the files are made. I'm at a bit of a loss in how to debug this any further. This doesn't seem to be a known issue with the Debian puppet-agent package. Any suggestions? Ben -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/cf8e40e9-7da1-430e-bc86-e5f9986353acn%40googlegroups.com.