parent
5a4d6bdfe7
commit
fd81593026
1 changed files with 13 additions and 15 deletions
|
|
@ -442,7 +442,18 @@ function createReqFileAWS() {
|
|||
"customizations": {
|
||||
"packages": [
|
||||
"postgresql"
|
||||
]${SUBSCRIPTION_BLOCK}
|
||||
]${SUBSCRIPTION_BLOCK},
|
||||
"users":[
|
||||
{
|
||||
"name": "user1",
|
||||
"groups": ["wheel"],
|
||||
"key": "$(cat /tmp/usertest.pub)"
|
||||
},
|
||||
{
|
||||
"name": "user2",
|
||||
"key": "$(cat /tmp/usertest.pub)"
|
||||
}
|
||||
]
|
||||
},
|
||||
"image_requests": [
|
||||
{
|
||||
|
|
@ -467,20 +478,7 @@ function createReqFileAWS() {
|
|||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"customizations": {
|
||||
"users":[
|
||||
{
|
||||
"name": "user1",
|
||||
"groups": ["wheel"],
|
||||
"key": "$(cat /tmp/usertest.pub)"
|
||||
},
|
||||
{
|
||||
"name": "user2",
|
||||
"key": "$(cat /tmp/usertest.pub)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
EOF
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue