Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. fixup-jdk-ownership-perms:
  2. cmd:
  3. - wait
  4. - name: |
  5. chown -R "root:root" "{{ salt['pillar.get']('config:jdk:path') }}"
  6. chmod 0755 "{{ salt['pillar.get']('config:jdk:path') }}"
  7. - watch:
  8. - archive: jdk-tarball
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement