mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 18:19:36 +00:00
* Regenerate example Ignition using fcct v0.18.0 to produce Ignition spec v3.4.0 as a followup to https://github.com/poseidon/matchbox/pull/1079 * Fix one profile example where a double escape isn't needed
16 lines
208 B
Plaintext
16 lines
208 B
Plaintext
{
|
|
"ignition": {
|
|
"version": "3.4.0"
|
|
},
|
|
"passwd": {
|
|
"users": [
|
|
{
|
|
"name": "core",
|
|
"sshAuthorizedKeys": [
|
|
"ssh-ed25519 SET_PUBKEY_HERE"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|