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.
2 parents 921de9e + b43350c commit e1f9caeCopy full SHA for e1f9cae
manifests/custom_config.pp
@@ -52,7 +52,7 @@
52
Enum['absent', 'present'] $ensure = 'present',
53
Stdlib::Absolutepath $confdir = $apache::confd_dir,
54
Optional[String] $content = undef,
55
- Variant[Integer, Boolean] $priority = 25,
+ Apache::Vhost::Priority $priority = 25,
56
Optional[String] $source = undef,
57
String $verify_command = $apache::params::verify_command,
58
Boolean $verify_config = true,
0 commit comments