lib/poolparty/resources/user.rb in auser-poolparty-1.2.2 vs lib/poolparty/resources/user.rb in auser-poolparty-1.2.3
- old
+ new
@@ -1,9 +1,14 @@
module PoolParty
module Resources
class User < Resource
+ dsl_methods :name, # Name of the user
+ :password, # Password for the user
+ :home # Home directory
+
+
default_options({
:shell => "/bin/sh"
})
end
\ No newline at end of file