Skip to content

Instantly share code, notes, and snippets.

@duk3luk3
Created February 26, 2016 11:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save duk3luk3/49eb48b8abb939002627 to your computer and use it in GitHub Desktop.
Save duk3luk3/49eb48b8abb939002627 to your computer and use it in GitHub Desktop.
2016-02-26 12:46:01,891 [salt.loaded.int.render.yaml][DEBUG ][3130] Results of YAML rendering:
{
"sshkey-present-atrbg13.pub": {
"ssh_auth.present": [
{
"user": "erlacher"
},
{
"source": "salt://rbgusers/sshkeys/erlacher@atrbg13.pub"
},
{
"require": [
{
"user": "erlacher"
}
]
}
]
},
"sshkey-present-atrbg13vm2.pub": {
"ssh_auth.present": [
{
"user": "erlacher"
},
{
"source": "salt://rbgusers/sshkeys/erlacher@atrbg13vm2.pub"
},
{
"require": [
{
"user": "erlacher"
}
]
}
]
},
"user-present-erlacher": {
"user.present": [
{
"name": "erlacher"
},
{
"fullname": "Lukas Erlacher"
},
{
"uid": 31524
},
{
"gid": 20909
},
{
"groups": [
"root",
"adm"
]
},
{
"password": "$6$XXX"
}
]
}
}
2016-02-26 12:50:02,906 [salt.loaded.int.render.py][DEBUG ][3288] Result of Py rendering:
{
"sshkey-present-atrbg13vm2.pub": {
"ssh_auth.present": [
{
"user": "erlacher"
},
{
"source": "salt://rbgusers/sshkeys/erlacher@atrbg13vm2.pub"
},
{
"require": [
{
"user": "erlacher"
}
]
}
]
},
"user-present-erlacher": {
"user.present": [
{
"name": "erlacher"
},
{
"fullname": "Lukas Erlacher"
},
{
"uid": 31524
},
{
"gid": 20909
},
{
"groups": [
"root",
"adm"
]
},
{
"password": "$6$XXX"
}
]
},
"sshkey-present-atrbg13.pub": {
"ssh_auth.present": [
{
"user": "erlacher"
},
{
"source": "salt://rbgusers/sshkeys/erlacher@atrbg13.pub"
},
{
"require": [
{
"user": "erlacher"
}
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment