Browse Source

Merge pull request #15 from babilen/pr/ssh-auth-pillar-example

Fix ssh_auth.names in example pillar
tags/v0.45.0
Joseph Hall 11 years ago
parent
commit
a21c83c9fb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pillar.example

+ 1
- 1
pillar.example View File

@@ -22,7 +22,7 @@ users:
privkey: PRIVATEKEY
pubkey: PUBLICKEY
ssh_auth:
- ssh-rsa: PUBLICKEYKEYKEY
- PUBLICKEY

absent_users:
- donald

Loading…
Cancel
Save