Skip to content

Commit b735663

Browse files
authored
Merge pull request #8933 from mhashizume/maint/main/srv_domain_setting
(maint) Update doc generation with default domain
2 parents 23756aa + 00b04d3 commit b735663

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/puppet/reference/configuration.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
val = '$confdir/hiera.yaml. However, for backwards compatibility, if a file exists at $codedir/hiera.yaml, Puppet uses that instead.'
3939
elsif name.to_s == 'certname'
4040
val = "the Host's fully qualified domain name, as determined by Facter"
41+
elsif name.to_s == 'srv_domain'
42+
val = 'example.com'
4143
end
4244

4345
# Leave out the section information; it was apparently confusing people.

0 commit comments

Comments
 (0)