Skip to content

Commit e1f9cae

Browse files
authored
Merge pull request #2284 from martin-koerner/custom_config_prio
Allow custom_config to have a string priority again
2 parents 921de9e + b43350c commit e1f9cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/custom_config.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
Enum['absent', 'present'] $ensure = 'present',
5353
Stdlib::Absolutepath $confdir = $apache::confd_dir,
5454
Optional[String] $content = undef,
55-
Variant[Integer, Boolean] $priority = 25,
55+
Apache::Vhost::Priority $priority = 25,
5656
Optional[String] $source = undef,
5757
String $verify_command = $apache::params::verify_command,
5858
Boolean $verify_config = true,

0 commit comments

Comments
 (0)