diff options
author | Luke Kanies <luke@madstop.com> | 2008-11-20 13:55:14 -0600 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2008-11-21 09:11:03 +1100 |
commit | eb0d32a1548314713dc3a1360a4e9d44621afcfc (patch) | |
tree | d3522f9551fe6cbfa5665ff1fdce872d866afa39 /lib/puppet/util/autoload.rb | |
parent | e9f858a1f9108c523efb3856e3ce46e3f9615646 (diff) | |
download | puppet-eb0d32a1548314713dc3a1360a4e9d44621afcfc.tar.gz puppet-eb0d32a1548314713dc3a1360a4e9d44621afcfc.tar.xz puppet-eb0d32a1548314713dc3a1360a4e9d44621afcfc.zip |
Fixing #1764 - a property's 'sync' method is never considered a no-op.
*This is a behaviour change.*
If the property does not return an event name, then one is generated
based on the property name.
Previously, the 'sync' method could return nil and it would be considered
a noop, but if you need a noop, then you need to modify your 'insync?' method
to return 'true' in the noop cases.
Also modifying all of the builtin types that didn't handle this explicitly or
returned nil in 'sync'. There should be no behaviour change in any of them.
Signed-off-by: Luke Kanies <luke@madstop.com>
Diffstat (limited to 'lib/puppet/util/autoload.rb')
0 files changed, 0 insertions, 0 deletions