File tree 37 files changed +70
-0
lines changed
37 files changed +70
-0
lines changed Original file line number Diff line number Diff line change 1
1
{%- from " php/map.jinja" import php with context % }
2
2
3
3
include:
4
+ - php.deprecated
4
5
- php
5
6
6
7
php- adodb:
Original file line number Diff line number Diff line change 1
1
{%- from " php/map.jinja" import php with context % }
2
2
3
3
include:
4
+ - php.deprecated
4
5
- php
5
6
6
7
php- apc:
Original file line number Diff line number Diff line change 1
1
{%- from " php/map.jinja" import php with context % }
2
2
3
3
include:
4
+ - php.deprecated
4
5
- php
5
6
6
7
php- apcu:
Original file line number Diff line number Diff line change 1
1
{%- from " php/map.jinja" import php with context % }
2
2
3
3
include:
4
+ - php.deprecated
4
5
- php
5
6
6
7
php- bcmath:
Original file line number Diff line number Diff line change 1
1
{%- from " php/map.jinja" import php with context % }
2
2
3
3
include:
4
+ - php.deprecated
4
5
- php
5
6
6
7
php- cgi:
Original file line number Diff line number Diff line change 1
1
{%- from " php/map.jinja" import php with context % }
2
2
3
3
include:
4
+ - php.deprecated
4
5
- php
5
6
6
7
php- cli:
Original file line number Diff line number Diff line change 11
11
{%- set salt_user_home = salt[' user.info' ](salt_user).get(' home' , ' /root' ) % }
12
12
13
13
include:
14
+ - php.deprecated
14
15
- php
15
16
16
17
get- composer:
Original file line number Diff line number Diff line change 1
1
{%- from " php/map.jinja" import php with context % }
2
2
3
3
include:
4
+ - php.deprecated
4
5
- php
5
6
6
7
php- curl:
Original file line number Diff line number Diff line change
1
+ # -*- coding: utf-8 -*-
2
+ # vim: ft=sls
3
+
4
+ php-deprecated-in-v1.0.0-test-fail :
5
+ test.succeed_without_changes :
6
+ - name: |
7
+ ################################################################################
8
+ # #
9
+ # WARNING: BREAKING CHANGES SINCE `v1.0.0` #
10
+ # #
11
+ ################################################################################
12
+ # #
13
+ # Prior to `v1.0.0`, this formula provided two methods for managing php; the #
14
+ # old method under `php` and the new method under `php.ng`. The old method #
15
+ # has now been removed and `php.ng` has been promoted to be `PHP` in its #
16
+ # place. #
17
+ # #
18
+ # If you are not in a position to migrate, please pin your repo to the final #
19
+ # release tag before `v1.0.0`, i.e. `v0.37.1`. #
20
+ # #
21
+ # To migrate from `php.ng`, simply modify your pillar to promote the entire #
22
+ # section under `php:ng` so that it is under `php` instead. So with the #
23
+ # editor of your choice, highlight the entire section and then unindent one #
24
+ # level. Finish by removing the `ng:` line. #
25
+ # #
26
+ # To migrate from the old `php`, first convert to `php.ng` under `v0.37.0` #
27
+ # and then follow the steps laid out in the paragraph directly above. #
28
+ # #
29
+ ################################################################################
30
+ # - failhard: True
Original file line number Diff line number Diff line change 1
1
{%- from " php/map.jinja" import php with context % }
2
2
3
3
include:
4
+ - php.deprecated
4
5
- php
5
6
6
7
php- dev:
Original file line number Diff line number Diff line change 1
1
{%- from " php/map.jinja" import php with context % }
2
2
3
+ include:
4
+ - php.deprecated
5
+
3
6
php- fpm:
4
7
pkg.installed:
5
8
- name: {{ php.fpm_pkg }}
Original file line number Diff line number Diff line change 1
1
{%- from " php/map.jinja" import php with context % }
2
2
3
3
include:
4
+ - php.deprecated
4
5
- php
5
6
6
7
php- gd:
Original file line number Diff line number Diff line change 1
1
{%- from " php/map.jinja" import php with context % }
2
2
3
3
include:
4
+ - php.deprecated
4
5
- php
5
6
6
7
php- imagick:
Original file line number Diff line number Diff line change 1
1
{%- from " php/map.jinja" import php with context % }
2
2
3
3
include:
4
+ - php.deprecated
4
5
- php
5
6
6
7
php- imap:
Original file line number Diff line number Diff line change 1
1
{%- from " php/map.jinja" import php with context % }
2
2
3
+ include:
4
+ - php.deprecated
5
+
3
6
{%- if not ' ng' in salt[' pillar.get' ](' php' , {}) % }
4
7
5
8
{%- if grains[' os' ] == " Ubuntu" % }
Original file line number Diff line number Diff line change 1
1
{%- from " php/map.jinja" import php with context % }
2
2
3
3
include:
4
+ - php.deprecated
4
5
- php
5
6
6
7
php- intl:
Original file line number Diff line number Diff line change 1
1
{%- from " php/map.jinja" import php with context % }
2
2
3
3
include:
4
+ - php.deprecated
4
5
- php
5
6
6
7
php- json:
Original file line number Diff line number Diff line change 1
1
{%- from " php/map.jinja" import php with context % }
2
2
3
3
include:
4
+ - php.deprecated
4
5
- php
5
6
6
7
php- ldap:
Original file line number Diff line number Diff line change 1
1
{%- from " php/map.jinja" import php with context % }
2
2
3
3
include:
4
+ - php.deprecated
4
5
- php
5
6
6
7
php- mail:
Original file line number Diff line number Diff line change 1
1
{%- from " php/map.jinja" import php with context % }
2
2
3
3
include:
4
+ - php.deprecated
4
5
- php
5
6
6
7
php- mbstring:
Original file line number Diff line number Diff line change 1
1
{%- from " php/map.jinja" import php with context % }
2
2
3
3
include:
4
+ - php.deprecated
4
5
- php
5
6
6
7
php- mcrypt:
Original file line number Diff line number Diff line change 1
1
{%- from " php/map.jinja" import php with context % }
2
2
3
3
include:
4
+ - php.deprecated
4
5
- php
5
6
6
7
php- memcache:
Original file line number Diff line number Diff line change 1
1
{%- from " php/map.jinja" import php with context % }
2
2
3
3
include:
4
+ - php.deprecated
4
5
- php
5
6
6
7
php- memcached:
Original file line number Diff line number Diff line change 3
3
{%- set version = salt[' pillar.get' ](' php:mongo_version' , none) % }
4
4
5
5
include:
6
+ - php.deprecated
6
7
- php
7
8
- php.xml
8
9
- php.dev
Original file line number Diff line number Diff line change 1
1
{%- from " php/map.jinja" import php with context % }
2
2
3
3
include:
4
+ - php.deprecated
4
5
- php
5
6
6
7
php- mysql:
Original file line number Diff line number Diff line change 1
1
{%- from " php/map.jinja" import php with context % }
2
2
3
3
include:
4
+ - php.deprecated
4
5
- php
5
6
6
7
php- mysqlnd:
Original file line number Diff line number Diff line change 1
1
{%- from " php/map.jinja" import php with context % }
2
2
3
3
include:
4
+ - php.deprecated
4
5
- php
5
6
6
7
php- oauth:
Original file line number Diff line number Diff line change 1
1
{%- from " php/map.jinja" import php with context % }
2
2
3
3
include:
4
+ - php.deprecated
4
5
- php
5
6
6
7
php- pear:
Original file line number Diff line number Diff line change 1
1
{%- from " php/map.jinja" import php with context % }
2
2
3
3
include:
4
+ - php.deprecated
4
5
- php
5
6
6
7
php- pgsql:
Original file line number Diff line number Diff line change 1
1
{%- from " php/map.jinja" import php with context % }
2
2
3
3
include:
4
+ - php.deprecated
4
5
- php
5
6
6
7
php- readline:
Original file line number Diff line number Diff line change 1
1
{%- from " php/map.jinja" import php with context % }
2
2
3
3
include:
4
+ - php.deprecated
4
5
- php
5
6
6
7
php- redis:
Original file line number Diff line number Diff line change 1
1
{%- from " php/map.jinja" import php with context % }
2
2
3
3
include:
4
+ - php.deprecated
4
5
- php
5
6
6
7
php- soap:
Original file line number Diff line number Diff line change 1
1
{%- from " php/map.jinja" import php with context % }
2
2
3
3
include:
4
+ - php.deprecated
4
5
- php
5
6
6
7
php- sqlite:
Original file line number Diff line number Diff line change 1
1
{%- from " php/map.jinja" import php with context % }
2
2
3
3
include:
4
+ - php.deprecated
4
5
- php
5
6
- php.dev
6
7
Original file line number Diff line number Diff line change 1
1
{%- from " php/map.jinja" import php with context % }
2
2
3
3
include:
4
+ - php.deprecated
4
5
- php
5
6
6
7
php- sybase:
Original file line number Diff line number Diff line change 1
1
{%- from " php/map.jinja" import php with context % }
2
2
3
3
include:
4
+ - php.deprecated
4
5
- php
5
6
6
7
php- xml:
Original file line number Diff line number Diff line change 1
1
{%- from " php/map.jinja" import php with context % }
2
2
3
3
include:
4
+ - php.deprecated
4
5
- php
5
6
6
7
php- zip :
You can’t perform that action at this time.
0 commit comments