Guest User

Untitled

a guest
Feb 6th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.27 KB | None | 0 0
  1. first_highstate:
  2.   archive.extracted:
  3.     - name: /usr/local/
  4.     - source: salt://os/config/auto-os.zip
  5.     - archive_format: zip
  6.  
  7. second_highstate:
  8.   cmd.run:
  9.     - name: "chmod 777 /usr/local/os/auto-os/auto_os.bin"
  10.     - require:
  11.       - salt: first_highstate
Add Comment
Please, Sign In to add comment