Skip to content
GitLab
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
73dc0723
Commit
73dc0723
authored
Dec 30, 2018
by
mh
Browse files
add php73 scl
parent
e5312fe4
Changes
2
Hide whitespace changes
Inline
Side-by-side
manifests/scl/php72.pp
View file @
73dc0723
...
...
@@ -11,7 +11,7 @@ class php::scl::php72(
timezone
=>
$timezone
,
settings
=>
$settings
,
suhosin_settings
=>
false
,
# gone with >= php7
}
->
php::snuffleupagus::base
{
}
->
php::snuffleupagus::base
{
'72'
:
etcdir
=>
$etcdir
,
}
...
...
manifests/scl/php73.pp
0 → 100644
View file @
73dc0723
# manage an scl php73 installation
class
php::scl::php72
(
$timezone
=
$php::scl::params::timezone
,
$settings
=
$php::scl::params::settings
,
)
inherits
php::scl::params
{
$basedir
=
'/opt/remi/php73'
$etcdir
=
'/etc/opt/remi/php73'
$scl_name
=
'php73'
php::scl::phpx
{
'73'
:
etcdir
=>
$etcdir
,
timezone
=>
$timezone
,
settings
=>
$settings
,
suhosin_settings
=>
false
,
# gone with >= php7
}
->
php::snuffleupagus::base
{
'73'
:
etcdir
=>
$etcdir
,
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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