This repository was archived by the owner on Dec 2, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +54
-0
lines changed
Expand file tree Collapse file tree 6 files changed +54
-0
lines changed Original file line number Diff line number Diff line change 1+ # Installs php 5.5.14
2+ #
3+ # Usage:
4+ #
5+ # include php::5_5_14
6+ class php::5_5_14 {
7+ php::version { '5.5.14' : }
8+ }
Original file line number Diff line number Diff line change 1+ # Installs php 5.5.15
2+ #
3+ # Usage:
4+ #
5+ # include php::5_5_15
6+ class php::5_5_15 {
7+ php::version { '5.5.15' : }
8+ }
Original file line number Diff line number Diff line change 1+ # Installs php 5.5.16
2+ #
3+ # Usage:
4+ #
5+ # include php::5_5_16
6+ class php::5_5_16 {
7+ php::version { '5.5.16' : }
8+ }
Original file line number Diff line number Diff line change 1+ # Launches a PHP FPM service running PHP 5.5.14
2+ # Installs PHP 5.5.14 if it doesn't already exist
3+ #
4+ # Usage:
5+ #
6+ # include php::fpm::5_5_14
7+ #
8+ class php::fpm::5_5_14 {
9+ php::fpm { '5.5.14' : }
10+ }
Original file line number Diff line number Diff line change 1+ # Launches a PHP FPM service running PHP 5.5.15
2+ # Installs PHP 5.5.15 if it doesn't already exist
3+ #
4+ # Usage:
5+ #
6+ # include php::fpm::5_5_15
7+ #
8+ class php::fpm::5_5_15 {
9+ php::fpm { '5.5.15' : }
10+ }
Original file line number Diff line number Diff line change 1+ # Launches a PHP FPM service running PHP 5.5.16
2+ # Installs PHP 5.5.16 if it doesn't already exist
3+ #
4+ # Usage:
5+ #
6+ # include php::fpm::5_5_16
7+ #
8+ class php::fpm::5_5_16 {
9+ php::fpm { '5.5.16' : }
10+ }
You can’t perform that action at this time.
0 commit comments