Last active
August 29, 2015 14:15
-
-
Save nherbaut/6f900c239ef5e8e7ccf5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| startup:{ | |
| driver:"ssh", | |
| conf : { | |
| user:"root", | |
| auth: "cert.pem", | |
| action:"service redis restart" | |
| } | |
| }, | |
| startup:{ | |
| driver:"webservice", | |
| conf : { | |
| user : "admin", | |
| auth : "oauth", | |
| endpoint: vm1, | |
| path : "services/redis", | |
| method : "POST", | |
| payload : "<actiontype>start</actiontype>" | |
| } | |
| } | |
| , | |
| startup:{ | |
| driver: "salt", | |
| conf: { | |
| script:" | |
| redis: | |
| service.running: | |
| - enable: True | |
| - reload: True | |
| - watch: | |
| - pkg: redis | |
| " | |
| } | |
| } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment