On Aug 4, 2:33 am, dom <domiji...@googlemail.com> wrote: > anyone? anyone? (bueller? bueller?) > > are there internal puppet variables or some such that show puppet > state/config that can be interrogated in a manifest? any other way of > telling if storedconfig is enabled?
I've never tried, so I dont know if there's a righter way to do it. You may be able to access the config information from a rvalue function inside your manifest. Take a look at Puppet.settings[:storeconfigs]. As I recall here are different settings for different sections of your config though. You should be able to poke around at Puppet.settings from IRB. Take a look at the scripts in contrib to get there. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.