Advertisement
Guest User

salt state for n install

a guest
Jan 4th, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.28 KB | None | 0 0
  1. wget --directory-prefix=/root/ -L https://git.io/n-install:
  2.   cmd.run:
  3.     - cwd: /root/
  4.     - creates: /root/n-install
  5.  
  6. yes | bash n-install:
  7.   cmd.run:
  8.     - cwd: /root/
  9.     - creates: /root/n
  10.     - require:
  11.       - cmd: wget --directory-prefix=/root/ -L https://git.io/n-install
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement