Browse Source

yaml mistype

had the prime group and ssh keys values as another dict. fixed.
lookup-fix-3
madflojo 10 years ago
parent
commit
c57a2ab0b7
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      pillar.example

+ 4
- 4
pillar.example 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


Loading…
Cancel
Save