Skip to content

Instantly share code, notes, and snippets.

@snoby
Created June 15, 2016 17:43
Show Gist options
  • Save snoby/92da7f1c64c3edb3b4eb99b4d1286c0e to your computer and use it in GitHub Desktop.
Save snoby/92da7f1c64c3edb3b4eb99b4d1286c0e to your computer and use it in GitHub Desktop.
patch
~/work/Official/tropo-haproxy-chef$ git diff .kitchen.yml
diff --git a/.kitchen.yml b/.kitchen.yml
index ce5c1a5..4e803b6 100644
--- a/.kitchen.yml
+++ b/.kitchen.yml
@@ -17,4 +17,20 @@ suites:
run_list:
- recipe[tropo-haproxy::kitchen]
- recipe[tropo-haproxy::default]
- attributes: {"tropo_haproxy":{"domains":{"wwwtest.example.com":{"hosts":["10.0.0.1"]}},"port_forward":{"8080":{"name":"portal","hosts":["10.0.0.2:8080"]},"8081":{"name":"wp","hosts":["10.0.0.3:8081"]}}}}
+ #attributes: {"tropo_haproxy":{"domains":{"wwwtest.example.com":{"hosts":["10.0.0.1"]}},"port_forward":{"8080":{"name":"portal","hosts":["10.0.0.2:8080"]},"8081":{"name":"wp","hosts":["10.0.0.3:8081"]}}}}
+ attributes: {"tropo_haproxy":{
+ "domains":{
+ "wwwtest.example.com":{
+ "hosts":["10.0.0.1"]
+ }
+ },
+ "port_forward":{
+ "8080":{
+ "name":"portal","hosts":["10.0.0.2:8080"]
+ },
+ "8081":{
+ "name":"wp","hosts":["10.0.0.3:8081"]
+ }
+ }
+ }
+ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment