Skip to content

Commit 53682b3

Browse files
committed
(maint) Fix puppet-strings docs on apache::vhost
With this empty line between the commend and the define, puppet-strings doesn't consider the comment as a documentation string. That means all the documentation that is written doesn't show up in REFERENCE.md. Fixes: 7e233fe
1 parent 337e8b0 commit 53682b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

manifests/vhost.pp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1739,7 +1739,6 @@
17391739
# @param $mdomain
17401740
# All the names in the list are managed as one Managed Domain (MD). mod_md will request
17411741
# one single certificate that is valid for all these names.
1742-
17431742
define apache::vhost (
17441743
Variant[Boolean,String] $docroot,
17451744
$manage_docroot = true,

0 commit comments

Comments
 (0)