Browse Source

yaml mistype

had the prime group and ssh keys values as another dict. fixed.
tags/v0.45.0
madflojo 11 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

- 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
- gid: 500
name: primarygroup
gid: 500
groups: groups:
- users - users
ssh_keys: ssh_keys:
- privkey: PRIVATEKEY
- pubkey: PUBLICKEY
privkey: PRIVATEKEY
pubkey: PUBLICKEY
ssh_auth: ssh_auth:
- ssh-rsa: PUBLICKEYKEYKEY - ssh-rsa: PUBLICKEYKEYKEY



Loading…
Cancel
Save