Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. nexus-capabilities-accumulated-{{ nexusrpm }}:
  2. file.accumulated:
  3. - filename: /usr/local/sonatype-work/nexus/conf/capabilities.xml
  4. - text:
  5. - " <capability>"
  6. - " <capability>"
  7. - require_in:
  8. - file: /usr/local/sonatype-work/nexus/conf/capabilities.xml
  9.  
  10. /usr/local/sonatype-work/nexus/conf/capabilities.xml:
  11. file.managed:
  12. - source: 'salt://nexus/files/capabilities.xml'
  13. - makedirs : True
  14. - template: jinja
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement