Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahogony
php
Commits
48bd5426
Commit
48bd5426
authored
Sep 26, 2015
by
mh
Browse files
drop EL5 support
parent
14d48e69
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/centos.pp
View file @
48bd5426
# centos specific php stuff
class
php::centos
inherits
php::base
{
if
$::operatingsystemrelease
<
6
{
if
$php::centos_use_remo
{
include
yum::remi
Package
[
php
]{
require
=>
Yum
::
Managed_yumrepo
[
'remi'
],
}
}
if
$php::centos_use_testing
{
include
yum::centos::testing
Package
[
php
]{
require
=>
Yum
::
Managed_yumrepo
[
'centos5-testing'
],
}
}
}
file
{
'/etc/httpd/conf.d/php.conf'
:
source
=>
[
"puppet:///modules/site_php/apache/
${::operatingsystem}
/
${::fqdn}
/php.conf"
,
"puppet:///modules/site_php/apache/
${::operatingsystem}
/php.conf"
,
"puppet:///modules/php/apache/
${::operatingsystem}
/php.conf"
"puppet:///modules/php/apache/
${::operatingsystem}
/php.conf"
,
],
require
=>
[
Package
[
php
],
Package
[
apache
]
],
notify
=>
Service
[
apache
],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment