From b0a947589ea6c7abf5658d9e5038eb7d96a11339 Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Tue, 4 Sep 2007 16:59:30 -0500 Subject: Flipped the switch so that compiles now return a Configuration instance instead of pre-extracting the configuration. --- lib/puppet/node/configuration.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/puppet/node') diff --git a/lib/puppet/node/configuration.rb b/lib/puppet/node/configuration.rb index e667007e9..4f93fdbe5 100644 --- a/lib/puppet/node/configuration.rb +++ b/lib/puppet/node/configuration.rb @@ -5,7 +5,7 @@ require 'puppet/external/gratr/digraph' # of the information in the configuration, including the resources # and the relationships between them. class Puppet::Node::Configuration < GRATR::Digraph - attr_accessor :name + attr_accessor :name, :version attr_reader :extraction_format # Add classes to our class list. -- cgit