diff options
| author | Paul Berry <paul@puppetlabs.com> | 2010-12-29 11:18:35 -0800 |
|---|---|---|
| committer | Paul Berry <paul@puppetlabs.com> | 2010-12-30 11:41:02 -0800 |
| commit | 0e39ec5bbd06dad0b59436a092c50902913d4a5a (patch) | |
| tree | 17aeb5c28baf451cab605db7ae9a403a8c6d6195 /lib/puppet | |
| parent | b765f0e7a23af9804f1541437f2caf1d93cc5ed2 (diff) | |
| download | puppet-0e39ec5bbd06dad0b59436a092c50902913d4a5a.tar.gz puppet-0e39ec5bbd06dad0b59436a092c50902913d4a5a.tar.xz puppet-0e39ec5bbd06dad0b59436a092c50902913d4a5a.zip | |
(#5715) Removed Resource::Status#skipped_reason. It was never used.
Diffstat (limited to 'lib/puppet')
| -rw-r--r-- | lib/puppet/resource/status.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/resource/status.rb b/lib/puppet/resource/status.rb index f34edc469..2bfadbd54 100644 --- a/lib/puppet/resource/status.rb +++ b/lib/puppet/resource/status.rb @@ -4,7 +4,7 @@ module Puppet include Puppet::Util::Tagging include Puppet::Util::Logging - attr_accessor :resource, :node, :version, :file, :line, :current_values, :skipped_reason, :status, :evaluation_time + attr_accessor :resource, :node, :version, :file, :line, :current_values, :status, :evaluation_time STATES = [:skipped, :failed, :failed_to_restart, :restarted, :changed, :out_of_sync, :scheduled] attr_accessor *STATES |
