Last active
August 29, 2015 14:16
-
-
Save trekr5/102f87a6a317c24c0ca3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
user "svc_goagent" do | |
action :create | |
comment "go agent" | |
uid 1234 | |
gid 2000 | |
home "home/svc_goagent" | |
shell "/bin/bash" | |
password "{"password"=>{"encrypted_data"=>"ro21vM1nle78CTBLSNyr40e2tM9VZiiSfbinDAvwZpKov3r9gokq6jStDeAH\nsyRs\n", "iv"=>"PfWTKqKoc3OxO8WxTnW7Zg==\n", "version"=>1, "ciph | |
er"=>"aes-256-cbc"}}" | |
supports :manage_home => true | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment