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 1ff5486 + 2ef7c03 commit 40d23acCopy full SHA for 40d23ac
manifests/custom_config.pp
@@ -54,7 +54,7 @@
54
define apache::custom_config (
55
Enum['absent', 'present'] $ensure = 'present',
56
Stdlib::Absolutepath $confdir = $apache::confd_dir,
57
- Optional[String] $content = undef,
+ Optional[Variant[Sensitive, String]] $content = undef,
58
Apache::Vhost::Priority $priority = 25,
59
Optional[String] $source = undef,
60
Variant[String, Array[String], Array[Array[String]]] $verify_command = $apache::params::verify_command,
0 commit comments