diff options
author | Jesse Wolfe <jes5199@gmail.com> | 2010-07-19 19:59:01 -0700 |
---|---|---|
committer | Jesse Wolfe <jes5199@gmail.com> | 2010-07-19 19:59:04 -0700 |
commit | 2af27160b94efa4755187efd99c86d1659683b29 (patch) | |
tree | e478abb994e64164061be7d6adc1f2c8147ec9eb /lib/puppet/node.rb | |
parent | 21efa7b282080c69760a17576dff60c01821a963 (diff) | |
parent | d87a2e39d1a6104c52b1213a654ec9d58d0bff7f (diff) | |
download | puppet-2af27160b94efa4755187efd99c86d1659683b29.tar.gz puppet-2af27160b94efa4755187efd99c86d1659683b29.tar.xz puppet-2af27160b94efa4755187efd99c86d1659683b29.zip |
Merge branch 'master' into next
This is the code for 2.6 RC4
Diffstat (limited to 'lib/puppet/node.rb')
-rw-r--r-- | lib/puppet/node.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/puppet/node.rb b/lib/puppet/node.rb index 1fc615410..2453cd1d5 100644 --- a/lib/puppet/node.rb +++ b/lib/puppet/node.rb @@ -16,8 +16,8 @@ class Puppet::Node indirects :node, :terminus_setting => :node_terminus, :doc => "Where to find node information. A node is composed of its name, its facts, and its environment." - attr_accessor :name, :classes, :source, :ipaddress - attr_reader :time, :parameters + attr_accessor :name, :classes, :source, :ipaddress, :parameters + attr_reader :time def environment return super if @environment |