summaryrefslogtreecommitdiff
path: root/lib/mixlib/shellout.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mixlib/shellout.rb')
-rw-r--r--lib/mixlib/shellout.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/mixlib/shellout.rb b/lib/mixlib/shellout.rb
index da58bac..5b50a14 100644
--- a/lib/mixlib/shellout.rb
+++ b/lib/mixlib/shellout.rb
@@ -42,7 +42,6 @@ module Mixlib
attr_accessor :domain
attr_accessor :password
attr_accessor :with_logon
- attr_accessor :remote_call
# Group the command will run as. Normally set via options passed to new
attr_accessor :group
@@ -272,8 +271,6 @@ module Mixlib
when 'user'
self.user = setting
self.with_logon = setting
- when 'remote_call'
- self.remote_call = setting
when 'group'
self.group = setting
when 'umask'