diff options
Diffstat (limited to 'lib/puppet/interface.rb')
-rw-r--r-- | lib/puppet/interface.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/interface.rb b/lib/puppet/interface.rb index f8791e51f..3fb61c8a8 100644 --- a/lib/puppet/interface.rb +++ b/lib/puppet/interface.rb @@ -80,7 +80,7 @@ class Puppet::Interface @name || self.to_s.sub(/.+::/, '').downcase end - attr_accessor :type, :verb, :name, :arguments + attr_accessor :type, :verb, :name, :arguments, :options # Print the configuration for the current terminus class action :showconfig do |*args| |