Skip to content

Commit ad491f2

Browse files
committed
Add forgotten missing data-type
1 parent a2549af commit ad491f2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

manifests/globals.pp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@
1515
# The mode specifies the specifics in paths for the various RedHat SCL environments so that the module is configured
1616
# correctly on their pathnames.
1717
#
18-
# Valid modes are: 'rhscl', 'remi'
19-
#
2018

2119
class php::globals (
2220

2321
Optional[Pattern[/^(rh-)?(php)?[57](\.)?[0-9]/]] $php_version = undef,
2422
Optional[Stdlib::Absolutepath] $config_root = undef,
2523
Optional[Stdlib::Absolutepath] $fpm_pid_file = undef,
26-
$rhscl_mode = undef,
24+
Optional[Enum['rhscl', 'remi']] $rhscl_mode = undef,
2725
) {
2826
$default_php_version = $facts['os']['name'] ? {
2927
'Debian' => $facts['os']['release']['major'] ? {

0 commit comments

Comments
 (0)