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 - buser ALL=(otheruser) /usr/bin/script.sh
shell: /bin/bash shell: /bin/bash
prime_group: prime_group:
- name: primarygroup name: primarygroup
- gid: 500 gid: 500
groups: groups:
- users - users
ssh_keys: ssh_keys:
- privkey: PRIVATEKEY privkey: PRIVATEKEY
- pubkey: PUBLICKEY pubkey: PUBLICKEY
ssh_auth: ssh_auth:
- ssh-rsa: PUBLICKEYKEYKEY - ssh-rsa: PUBLICKEYKEYKEY