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.
2 parents 23756aa + 00b04d3 commit b735663Copy full SHA for b735663
lib/puppet/reference/configuration.rb
@@ -38,6 +38,8 @@
38
val = '$confdir/hiera.yaml. However, for backwards compatibility, if a file exists at $codedir/hiera.yaml, Puppet uses that instead.'
39
elsif name.to_s == 'certname'
40
val = "the Host's fully qualified domain name, as determined by Facter"
41
+ elsif name.to_s == 'srv_domain'
42
+ val = 'example.com'
43
end
44
45
# Leave out the section information; it was apparently confusing people.
0 commit comments