Assume the following question is in regards to Puppet 3.3.2.

So my question is in relation to audit.

file { '/some/random/path/through/the/tree/to/a/file': 
  owner => 'luke',
  group => 'rebelalliance',
  mode => '0444',
  audit => all
}

And more specifically: will the named file be force-owned to luke with the
group and mode and then any alterations to that initial setting be reported 
(i.e.
audited)?

How does audit differ from leaving out audit?

Does audit centralize its checksum activity on the server rather than the 
client?

Stuart


-- 
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/51beda0d-6d3b-4253-8f3a-0976c478e3b6%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to