summaryrefslogtreecommitdiff
path: root/lib/puppet/type
diff options
context:
space:
mode:
authorDan Bode <dan@bodepd.com>2010-03-11 22:10:09 -0600
committerDan Bode <dan@bodepd.com>2010-03-11 22:10:09 -0600
commit0b9e33433d06288dadfa9409d48f7cc0723c6d3c (patch)
tree420dc4502aceb2e09f7f72a3582b399c0e3933f7 /lib/puppet/type
parent9882c5ddb540ce1e36e7b72a47fe578abe79c9b4 (diff)
still developing
Diffstat (limited to 'lib/puppet/type')
-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