Saltstack Official PHP 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.

README.rst 722B

11 anni fa
12345678910111213141516171819202122232425
  1. php
  2. ======
  3. DEPENDENCIES:
  4. These formulas are required:
  5. 1) apt
  6. ORDERING:
  7. The ordering of the states for php falls into block ranges which are:
  8. 1) php will use 1-500 for ordering
  9. 2) php will reserve 1 -100 as unused
  10. 3) php will reserve 101-150 for pre pkg install
  11. 4) php will reserve 151-200 for pkg install
  12. 5) php will reserve 201-250 for pkg configure
  13. 6) php will reserve 251-300 for downloads, git stuff, load data
  14. 7) php will reserve 301-400 for unknown purposes
  15. 8) php will reserve 401-450 for service restart-reloads
  16. 9) php WILL reserve 451-460 for service.running
  17. 10) php will reserve 461-500 for cmd requiring operational services
  18. PILLARS:
  19. No Pillars are used in this formula as of yet.