mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-08-30 04:38:28 +02:00
Fix typo in internal template variable name
* ssh_authorized_keys should be ssh_authorized_key to match the user facing variable which only allows a single SSH authorized key
This commit is contained in:
@ -147,4 +147,4 @@ passwd:
|
||||
users:
|
||||
- name: core
|
||||
ssh_authorized_keys:
|
||||
- "${ssh_authorized_keys}"
|
||||
- "${ssh_authorized_key}"
|
||||
|
Reference in New Issue
Block a user