Skip to content

Commit d20cc43

Browse files
committed
Remove unhelpful warning
1 parent 9498f3f commit d20cc43

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lib/puppet/util/reference.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ def text
8484
def to_markdown(withcontents = true)
8585
# First the header
8686
text = markdown_header(@title, 1)
87-
text << _("\n\n**This page is autogenerated; any changes will get overwritten**\n\n")
8887

8988
text << @header
9089

man/man5/puppet.conf.5

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
.\" http://github.com/rtomayko/ronn/tree/0.7.3
33
.
44
.TH "PUPPETCONF" "5" "August 2024" "Puppet, Inc." "Puppet manual"
5-
\fBThis page is autogenerated; any changes will get overwritten\fR
65
.
76
.SH "Configuration settings"
87
.

0 commit comments

Comments
 (0)