All pastes #2130142 Raw Edit

Unnamed

public text v1 · immutable
#2130142 ·published 2012-03-19 19:33 UTC
rendered paste body
nginx:
  pkg:
    - installed
  file:
    - managed
    - name: /etc/nginx/conf.d/mysite.conf
    - source: salt://common/files/nginx/mysite.conf
    - template: jinja
    - context:
        host_name: "staging.mysite.com"
    - defaults:
        host_name: "www.mysite.com"