saltstack-formulas / php-formula

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
57 stars 232 forks source link

feat(ini) support different settings for php.ini #210

Open scambra opened 4 years ago

scambra commented 4 years ago

When php:version is a list, a dict with settings for different versions can be added under ini key of cli and fpm:config keys

php:
  fpm:
    config:
      ini:
        settings:
          # global settings
        '5.6':
          # settings for 5.6 only
  cli:
    ini:
      settings:
        # global settings
      '5.6':
        # settings for 5.6 only

Related to #138, grandmotivator comment

myii commented 4 years ago

@scambra Sorry for the delay, we need to get some eyes on this from those who use the formula. How about @grandmotivator? Could you try this out?

myii commented 4 years ago

@sticky-note Would you be able to review this as well?