[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 0.25.5-639-g8f94f35
Markus Roberts
Markus at reality.com
Wed Jul 14 10:36:01 UTC 2010
The following commit has been merged in the upstream branch:
commit 2639a561951c40aac2c916b8b8d593d6cc827935
Author: Nick Lewis <nick at puppetlabs.com>
Date: Tue Jun 29 16:14:49 2010 -0700
[#4092] Changed notify message to defined instead of changed
Notify was returning a nil current value, rather than :absent,
which caused puppet to think the message had been changed from
blank to its new value, rather than defined as that value.
diff --git a/lib/puppet/type/notify.rb b/lib/puppet/type/notify.rb
index a8ac49b..bbb48d6 100644
--- a/lib/puppet/type/notify.rb
+++ b/lib/puppet/type/notify.rb
@@ -19,7 +19,7 @@ module Puppet
end
def retrieve
- return
+ return :absent
end
def insync?(is)
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list