This website works better with JavaScript.
홈
탐색
도움말
가입하기
로그인
ExternalMirrors
/
php-formula
의 미러
https://github.com/saltstack-formulas/php-formula
보기
1
좋아요
0
포크
1
코드
이슈
0
릴리즈
33
위키
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.
62
커밋
3
브랜치
트리:
0503ba52b3
dependabot/bundler/activesupport-7.0.4.3
master
pre-commit-ci-update-config
v1.6.0
v1.5.1
v1.5.0
v1.4.0
v1.3.5
v1.3.4
v1.3.3
v1.3.2
v1.3.1
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
브랜치
태그
${ item.name }
Create branch
${ searchTerm }
from '0503ba52b3'
${ noResults }
php-formula
/
php
/
init.sls
init.sls
110B
Raw
Normal View
히스토리
fixed some typos
11 년 전
First rework of php formula to bring it up to standards.
11 년 전
Changed php5 calls to more generic php
11 년 전
First rework of php formula to bring it up to standards.
11 년 전
Fixed variable naming that was creating errors.
11 년 전
1
2
3
4
5
6
{% from "php/map.jinja" import php with context %}
php:
pkg:
- installed
- name: {{ php.php_pkg }}