소스 검색

yaml mistype

had the prime group and ssh keys values as another dict. fixed.
tags/v0.45.0
madflojo 11 년 전
부모
커밋
c57a2ab0b7
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. +4
    -4
      pillar.example

+ 4
- 4
pillar.example 파일 보기

@@ -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…
취소
저장