Saltstack Official Apache Formula
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

README.rst 1.1KB

hace 11 años
hace 11 años
1234567891011121314151617181920212223242526272829303132333435363738394041
  1. apache
  2. ======
  3. DEPENDENCIES:
  4. These salt-states are required:
  5. 1) apt
  6. POSSIBLE DEPENDENCIES
  7. These salt-states may be required depending on what your doing:
  8. 1) php
  9. ORDERING:
  10. The ordering of the states for apache falls into block ranges which are:
  11. 1) apache will use 1-500 for ordering
  12. 2) apache will reserve 1 -100 as unused
  13. 3) apache will reserve 101-150 for pre pkg install
  14. 4) apache will reserve 151-200 for pkg install
  15. 5) apache will reserve 201-250 for pkg configure
  16. 6) apache will reserve 251-300 for downloads, git stuff, load data
  17. 7) apache will reserve 301-400 for unknown purposes
  18. 8) apache will reserve 401-450 for service restart-reloads
  19. 9) apache WILL reserve 451-460 for service.running
  20. 10) apache will reserve 461-500 for cmd requiring operational services
  21. PILLARS:
  22. 1) No pillar data is required
  23. 2) Full pillar structure:
  24. apache:
  25. php-ini: 'salt://path/to/file/php.ini'
  26. register-site:
  27. {{UNQIUE}}:
  28. name: 'my name'
  29. path: 'salt://path/to/sites-available/conf/file'
  30. state: 'enabled'
  31. 3) UNIQUE can be any name as an array index, and you can duplicate this section