yaml mistype

had the prime group and ssh keys values as another dict. fixed.
This commit is contained in:
madflojo 2014-01-29 20:53:29 -07:00
parent ebe5198f9d
commit c57a2ab0b7
1 changed files with 4 additions and 4 deletions

View File

@ -13,13 +13,13 @@ users:
- buser ALL=(otheruser) /usr/bin/script.sh
shell: /bin/bash
prime_group:
- name: primarygroup
- gid: 500
name: primarygroup
gid: 500
groups:
- users
ssh_keys:
- privkey: PRIVATEKEY
- pubkey: PUBLICKEY
privkey: PRIVATEKEY
pubkey: PUBLICKEY
ssh_auth:
- ssh-rsa: PUBLICKEYKEYKEY