Skip to content

Instantly share code, notes, and snippets.

@juanje
Created December 18, 2011 23:03
Show Gist options
  • Save juanje/1494754 to your computer and use it in GitHub Desktop.
Save juanje/1494754 to your computer and use it in GitHub Desktop.
Cambio de home_users a users
{
:home_users => {
"pepe" => {
:username => "pepe",
:gid => 1000,
:uid => 1000,
:gecos => "Pepe,,,"
},
"damian" => {
:username => "damian",
:gid => 1001,
:uid => 1001,
:gecos => "David Amian,,,"
}
}
}
{
:users => [
{
:username => "pepe",
:gid => 1000,
:uid => 1000
},
{
:username => "damian",
:gid => 1001,
:uid => 1001
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment