We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2549af commit ad491f2Copy full SHA for ad491f2
1 file changed
manifests/globals.pp
@@ -15,15 +15,13 @@
15
# The mode specifies the specifics in paths for the various RedHat SCL environments so that the module is configured
16
# correctly on their pathnames.
17
#
18
-# Valid modes are: 'rhscl', 'remi'
19
-#
20
21
class php::globals (
22
23
Optional[Pattern[/^(rh-)?(php)?[57](\.)?[0-9]/]] $php_version = undef,
24
Optional[Stdlib::Absolutepath] $config_root = undef,
25
Optional[Stdlib::Absolutepath] $fpm_pid_file = undef,
26
- $rhscl_mode = undef,
+ Optional[Enum['rhscl', 'remi']] $rhscl_mode = undef,
27
) {
28
$default_php_version = $facts['os']['name'] ? {
29
'Debian' => $facts['os']['release']['major'] ? {
0 commit comments