From c57a2ab0b768343ddec94f4c4debbdbba5e4581a Mon Sep 17 00:00:00 2001 From: madflojo Date: Wed, 29 Jan 2014 20:53:29 -0700 Subject: [PATCH] yaml mistype had the prime group and ssh keys values as another dict. fixed. --- pillar.example | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pillar.example b/pillar.example index 324bc68..a555691 100644 --- a/pillar.example +++ b/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