[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 0.25.5-639-g8f94f35
James Turnbull
james at lovedthanlost.net
Wed Jul 14 10:29:47 UTC 2010
The following commit has been merged in the upstream branch:
commit 66a3e6a54df59aafa107f5ec5697ad1a6d4b7e56
Author: Luke Kanies <luke at madstop.com>
Date: Mon Dec 21 13:30:34 2009 -0800
Removing unused configurer code
Signed-off-by: Luke Kanies <luke at madstop.com>
diff --git a/lib/puppet/configurer.rb b/lib/puppet/configurer.rb
index 72aef91..c243715 100644
--- a/lib/puppet/configurer.rb
+++ b/lib/puppet/configurer.rb
@@ -14,7 +14,6 @@ class Puppet::Configurer
# For benchmarking
include Puppet::Util
- attr_accessor :catalog
attr_reader :compile_time
# Provide more helpful strings to the logging that the Agent does
@@ -34,11 +33,6 @@ class Puppet::Configurer
Puppet[:puppetdlockfile]
end
- def clear
- @catalog.clear(true) if @catalog
- @catalog = nil
- end
-
# Initialize and load storage
def dostorage
begin
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list