Advertisement
Guest User

Untitled

a guest
Feb 8th, 2015
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.26 KB | None | 0 0
  1. csf:
  2.   archive.extracted:
  3.     - name: {{ pillar['csf']['extractdir'] }}/test
  4.     - source: salt://csf/csf.tgz
  5.     - archive_format: tar
  6.     - tar_options: z
  7.     #- if_missing: /usr/local/csf/bin
  8.     - require:
  9.       - file: {{ pillar['csf']['extractdir'] }}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement