Linked by Dedoimedo on Mon 15th Nov 2010 15:46 UTC
Thread beginning with comment 450048
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
RE: Maybe I'm missing the point...
by Soulbender on Mon 15th Nov 2010 23:31
in reply to "Maybe I'm missing the point..."
Yep. cfengine/puppet and audit/tripwire complements eachother, they're not mutually exclusive.
configuration management does many things audit doesn't, like keeping a history of changes so that you can always rollback to something that worked. cfg management also tells you exactly what change was done, not just that something was done.
Edited 2010-11-15 23:35 UTC




Member since:
2005-07-06
Maybe it's just me being bloody minded, but why should I care if someone made a local change to a file managed by my configuration management system and the change gets over written? That's the entire point of configuration management such as cfengine or Puppet. The configuration management system is canonical. If someone attempts to make a local change outside of configuration management:
a) They're Doing It Wrong and therefore shouldn't be making such a change anyway.
b) I want their changes to be overwritten due to the above.
Audit tools such as tripwire and audit are useful for finding potentially malicious changes to key system files, but I don't see why you'd try to use something like this as a replacement for something like Puppet. It's Apples and Oranges.