On Tue, Jan 31, 2012 at 2:07 PM, Cesarbr <[email protected]> wrote: > I just installed "learn puppet" VM in my desktop, I 'm very interested > in know more about how often and how Puppet knows when a file or > directory is changed? I changed an example file located at /var/opt/ > lib/pe-puppet/lib/puppet/type/file_line.rb for testing purposes and > all of my changes were rolled back in few minutes. Is there a way to > figure out which files in file system are managed through this > policy?
This getting replaced during pluginsync. You don't want to modify anything in the pluginsync directory /var/opt/lib/pe-puppet/lib since it gets synchronized on each puppet agent run. The authoritative file is located in pe module path: /opt/puppet/share/puppet/modules/stdlib/lib/.. Nan -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
