Saltstack Official PHP Formula
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

deprecated.sls 2.1KB

1234567891011121314151617181920212223242526272829303132
  1. # -*- coding: utf-8 -*-
  2. # vim: ft=sls
  3. php-deprecated-in-v1.0.0-test-fail:
  4. test.fail_without_changes:
  5. - name: |
  6. ################################################################################
  7. # #
  8. # WARNING: BREAKING CHANGES SINCE `v1.0.0` #
  9. # #
  10. ################################################################################
  11. # #
  12. # Prior to `v1.0.0`, this formula provided two methods for managing PHP; the #
  13. # old method under `php` and the new method under `php.ng`. The old method #
  14. # has now been removed and `php.ng` has been promoted to be `php` in its #
  15. # place. #
  16. # #
  17. # If you are not in a position to migrate, please pin your repo to the final #
  18. # release tag before `v1.0.0`, i.e. `v0.40.1`. #
  19. # #
  20. # To migrate from `php.ng`, simply modify your pillar to promote the entire #
  21. # section under `php:ng` so that it is under `php` instead. So with the #
  22. # editor of your choice, highlight the entire section and then unindent one #
  23. # level. Finish by removing the `ng:` line. #
  24. # #
  25. # To migrate from the old `php`, first convert to `php.ng` under `v0.40.1` #
  26. # and then follow the steps laid out in the paragraph directly above. #
  27. # #
  28. ################################################################################
  29. - failhard: True