Merge pull request #23 from johtso/master

Fix pubkey privkey typo
This commit is contained in:
Joseph Hall 2014-03-30 12:09:42 -06:00
commit 9f03cb80a3
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ user_{{ name }}_public_key:
- user: {{ name }}
- group: {{ user_group }}
- mode: 644
- contents_pillar: users:{{ name }}:ssh_keys:privkey
- contents_pillar: users:{{ name }}:ssh_keys:pubkey
- require:
- user: {{ name }}_user
{% for group in user.get('groups', []) %}