Skip to content
Snippets Groups Projects
Select Git revision
  • 6cedf57776e92681f4ceae4aa3f031c2f513a1f6
  • master default protected
2 results

UnityEngine.InputLegacyModule.dll

Blame
  • README.rst 11.17 KiB

    php-formula

    Travis CI Build Status Semantic Release

    Formula to set up and configure php

    WARNING: BREAKING CHANGES SINCE v1.0.0

    Prior to v1.0.0, this formula provided two methods for managing PHP; the old method under php and the new method under php.ng. The old method has now been removed and php.ng has been promoted to be php in its place.

    If you are not in a position to migrate, please pin your repo to the final release tag before v1.0.0, i.e. v0.40.1.

    To migrate from php.ng, simply modify your pillar to promote the entire section under php:ng so that it is under php instead. So with the editor of your choice, highlight the entire section and then unindent one level. Finish by removing the ng: line.

    To migrate from the old php, first convert to php.ng under v0.40.1. and then follow the steps laid out in the paragraph directly above.

    Table of Contents

    General notes

    See the full SaltStack Formulas installation and usage instructions.

    If you are interested in writing or contributing to formulas, please pay attention to the Writing Formula Section.

    If you want to use this formula, please pay attention to the FORMULA file and/or git tag, which contains the currently released version. This formula is versioned according to Semantic Versioning.

    See Formula Versioning Section for more details.

    Contributing to this repo

    Commit message formatting is significant!!

    Please see How to contribute for more details.

    Available states

    Please provide feedback by filing issues, discussing in #salt in Freenode and the mailing list as normal.

    Note: php states require the merge parameter of salt.modules.pillar.get(), first available in the Helium release.