Saltstack Official Linux Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
517B

  1. linux:
  2. system:
  3. enabled: true
  4. file:
  5. /tmp/sample.txt:
  6. source: http://techslides.com/demos/samples/sample.txt
  7. source_hash: 5452459724e85b4e12277d5f8aab8fc9
  8. sample2.txt:
  9. name: /tmp/sample2.txt
  10. source: http://techslides.com/demos/samples/sample.txt
  11. test2:
  12. name: /tmp/test2.txt
  13. contents: |
  14. line1
  15. line2
  16. user: root
  17. group: root
  18. mode: 700
  19. dir_mode: 700
  20. encoding: utf-8
  21. makedirs: true