On Sat, Jan 1, 2011 at 12:04 AM, Alan Barrett <[email protected]> wrote:

> On Thu, 30 Dec 2010, Paul Berry wrote:
> > Those of you reading puppet-dev may have already noticed that we're
> making
> > we've documented the changes we're anticipating here:
> > http://projects.puppetlabs.com/projects/puppet/wiki/Report_Format_2
>
> Is there improved support for noop mode?  I didn't notice anything like
> status = "out of sync, but did not change due to noop mode".
>

I believe this is already covered.  The meanings of the statuses are:

- "success": property was out of sync, and was successfully changed to be in
sync.
- "failure": property was out of sync, and couldn't be changed to be in sync
due to an error.
- "noop": property was out of sync, and wasn't changed due to noop mode.
- "audit": property was in sync, and was being audited.

These four statuses cover all possible cases, because in the only other
possible case (a property is in sync and is not being audited), no
Puppet::Resource::Status object is created.

I'll verify this in the code and update the documentation to clarify this.

Paul

-- 
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.

Reply via email to