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 9498f3f commit d20cc43Copy full SHA for d20cc43
lib/puppet/util/reference.rb
@@ -84,7 +84,6 @@ def text
84
def to_markdown(withcontents = true)
85
# First the header
86
text = markdown_header(@title, 1)
87
- text << _("\n\n**This page is autogenerated; any changes will get overwritten**\n\n")
88
89
text << @header
90
man/man5/puppet.conf.5
@@ -2,7 +2,6 @@
2
.\" http://github.com/rtomayko/ronn/tree/0.7.3
3
.
4
.TH "PUPPETCONF" "5" "August 2024" "Puppet, Inc." "Puppet manual"
5
-\fBThis page is autogenerated; any changes will get overwritten\fR
6
7
.SH "Configuration settings"
8
0 commit comments