Merge pull request #78 from qbcode/master

Add saltify provider, map and profile templates
This commit is contained in:
Forrest 2014-12-24 12:45:01 -08:00
commit 77c0ecd729
3 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,7 @@
# This file is managed by Salt via {{ source }}
make_salty:
- someinstance:
ssh_host: somehost.somedomain
ssh_username: user
password: password
sudo: True

View File

@ -0,0 +1,3 @@
# This file is managed by Salt via {{ source }}
make_salty:
provider: saltify

View File

@ -0,0 +1,3 @@
# This file is managed by Salt via {{ source }}
saltify:
provider: saltify