[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 0.25.5-639-g8f94f35
test branch
puppet-dev at googlegroups.com
Wed Jul 14 10:34:39 UTC 2010
The following commit has been merged in the upstream branch:
commit 32f6a9d5246e8e02c7870e05f273a12c4ece84c6
Author: Luke Kanies <luke at puppetlabs.com>
Date: Fri Jun 11 10:14:12 2010 -0700
Working #3139 - Removing Property#checkable
It was called in the 'check' attribute but not set
anywhere else.
The whole point of being a property is that you can
retrieve the current state of that property - not
being checkable/auditable is nonsensical.
Signed-off-by: Luke Kanies <luke at puppetlabs.com>
diff --git a/lib/puppet/property.rb b/lib/puppet/property.rb
index 5e616c3..7601d78 100644
--- a/lib/puppet/property.rb
+++ b/lib/puppet/property.rb
@@ -35,22 +35,6 @@ class Puppet::Property < Puppet::Parameter
end
@array_matching = value
end
-
- def checkable
- @checkable = true
- end
-
- def uncheckable
- @checkable = false
- end
-
- def checkable?
- if defined? @checkable
- return @checkable
- else
- return true
- end
- end
end
# Look up a value's name, so we can find options and such.
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list