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:
Dalton Hubble
2017-11-04 11:44:03 -07:00
parent 6300383b43
commit 251a14519f
2 changed files with 2 additions and 2 deletions

View File

@ -147,4 +147,4 @@ passwd:
users:
- name: core
ssh_authorized_keys:
- "${ssh_authorized_keys}"
- "${ssh_authorized_key}"