summaryrefslogtreecommitdiff
path: root/lib/puppet/type/sudoers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/type/sudoers.rb')
-rw-r--r--lib/puppet/type/sudoers.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/puppet/type/sudoers.rb b/lib/puppet/type/sudoers.rb
index 6c94269..f55473d 100644
--- a/lib/puppet/type/sudoers.rb
+++ b/lib/puppet/type/sudoers.rb
@@ -83,9 +83,6 @@ order matters!!
desc "list of hosts for user spec"
end
- newproperty(:runas, :array_matching => :all) do
- desc "user to run commands as"
- end
newproperty(:commands, :array_matching => :all) do
desc "commands to run"
end