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 1ff5486 commit 7d6c11cCopy full SHA for 7d6c11c
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