Skip to content

Commit

Permalink
Fix bad ref to regex
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemric committed Dec 19, 2023
1 parent f7afaa5 commit 7705547
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
11 changes: 2 additions & 9 deletions v1.5.0/butane-v1.5.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -963,15 +963,8 @@
},
"ssh_authorized_keys_local": {
"$ref": "#/definitions/string_options",
"title": "ssh_authorized_keys (list of strings):",
"description": "A list of local paths to SSH key files, relative to the directory specified by the --files-dir command-line argument, to be added as SSH key fragments at .ssh/authorized_keys.d/ignition in the user's home directory. All SSH keys must be unique. Each file may contain multiple SSH keys, one per line.",
"items": {
"oneOf": [
{
"$ref": "#/definitions/patterns/patternProperties/ssh_pub"
}
]
}
"title": "ssh_authorized_keys_local (list of strings):",
"description": "A list of local paths to SSH key files, relative to the directory specified by the --files-dir command-line argument, to be added as SSH key fragments at .ssh/authorized_keys.d/ignition in the user's home directory. All SSH keys must be unique. Each file may contain multiple SSH keys, one per line."
},
"uid": {
"type": "integer",
Expand Down
3 changes: 3 additions & 0 deletions v1.5.0/testconfig.bu
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ passwd:
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5 testing
- [email protected] AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAI yubikey 5 nfc
- ssh-dss AAAAB3NzaC1kc3 [email protected]
ssh_authorized_keys_local:
- secret/id_ed25519.pub
- secret/id_rsa.pub
password_hash: $y$j9T$aUmgEDoFIDPhGxEe2FUjc/$C5A...
home_dir: /home/user1
no_create_home: true
Expand Down

0 comments on commit 7705547

Please sign in to comment.