Advertisement
Guest User

Untitled

a guest
Dec 4th, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.30 KB | None | 0 0
  1. php-formula:
  2.   git.latest:
  3.     - name: https://github.com/saltstack-formulas/php-formula.git
  4.     - rev: master
  5.     - target: /tmp/salt/php.git
  6.  
  7. /srv/salt/php:
  8.   file.symlink:
  9.     - target: /tmp/salt/php.git/php
  10.     - makedirs: true
  11.     - require:
  12.       - git: php-formula
  13.  
  14. include:
  15.  - php
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement