This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
salt
/
php-formula
forked from
ExternalMirrors/php-formula
Watch
2
Star
0
Fork
0
Code
Releases
24
Activity
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.
53
Commits
2
Branches
Tree:
116f3fae70
master
revert-129-master
v1.3.0
v1.2.3
v1.2.2
v1.2.1
v1.2.0
v1.1.1
v1.1.0
v1.0.1
v1.0.0
v0.41.1
v0.41.0
v0.40.1
v0.40.0
v0.39.2
v0.39.1
v0.39.0
v0.38.1
v0.38.0
v0.37.1
v0.37.0
v0.36.0
v0.35.1
v0.35.0
v0.34.0
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '116f3fae70'
${ noResults }
php-formula
/
php
/
gd.sls
gd.sls
112B
Raw
Normal View
History
Fixed a misspelled item, fixed a typo in gd.
11 years ago
First rework of php formula to bring it up to standards.
11 years ago
Changed php5 calls to more generic php
11 years ago
First rework of php formula to bring it up to standards.
11 years ago
Fixed variable naming that was creating errors.
11 years ago
1
2
3
4
5
6
{% from "php/map.jinja" import php with context %}
php-gd:
pkg:
- installed
- name: {{ php.gd_pkg }}