lib/poolparty/resources/group.rb in auser-poolparty-1.2.10 vs lib/poolparty/resources/group.rb in auser-poolparty-1.2.11
- old
+ new
@@ -1,12 +1,12 @@
module PoolParty
module Resources
class Group < Resource
- default_options({
- :shell => "/bin/sh"
- })
+ # default_options({
+ # :shell => "/bin/sh"
+ # })
def present
:manage
end
\ No newline at end of file