Advertisement
Guest User

Untitled

a guest
May 19th, 2014
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. clearcroncache:
  2. file.absent:
  3. - name: /var/cache/salt/minion/files/base/common/cron
  4.  
  5. crontemplate:
  6. cron.file:
  7. - env: prod
  8. - template: jinja
  9. - source: salt://common/cron/template
  10. - defaults:
  11. host: {{ grains.fqdn }}
  12. - replace: True
  13. - require:
  14. - name: clearcroncache
  15.  
  16.  
  17. results in:
  18.  
  19. ID: crontemplate
  20. Function: cron.file
  21. Result: False
  22. Comment: The following requisites were not found:
  23. require:
  24. name: clearcroncache
  25. Changes:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement