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
162
Commits
2
Branches
Tree:
9ffe50e42d
php-formula
/
php
/
cgi.sls
cgi.sls
108B
Raw
Normal View
History
Fix #9 - Add explicit installation for php-cgi
10 years ago
Change states to use short-dec style
10 years ago
Fix #9 - Add explicit installation for php-cgi
10 years ago
1
2
3
4
5
{% from
"php/map.jinja"
import
php with context %}
php-
cgi:
pkg.
installed:
-
name:
{{ php.cgi_pkg }}