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.

33 lines
757B

  1. linux:
  2. network:
  3. enabled: true
  4. hostname: linux
  5. fqdn: linux.ci.local
  6. system:
  7. name: linux
  8. enabled: true
  9. file:
  10. /tmp/sample.txt:
  11. source: http://techslides.com/demos/samples/sample.txt
  12. source_hash: 5452459724e85b4e12277d5f8aab8fc9
  13. sample2.txt:
  14. name: /tmp/sample2.txt
  15. source: http://techslides.com/demos/samples/sample.txt
  16. test2:
  17. name: /tmp/test2.txt
  18. contents: |
  19. line1
  20. line2
  21. user: root
  22. group: root
  23. mode: 700
  24. dir_mode: 700
  25. encoding: utf-8
  26. makedirs: true
  27. test3:
  28. name: /tmp/test3.txt
  29. source: salt://linux/files/test/file_template.jinja
  30. template: jinja
  31. test:
  32. example: "bar"