Skip to content

Commit a5ec4fe

Browse files
authored
Merge pull request #251 from OpenVoxProject/binford2k-patch-2
add note about server_list precedence
2 parents 2b9734f + c1d3010 commit a5ec4fe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/puppet/defaults.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1651,13 +1651,14 @@ def self.initialize_default_settings!(settings)
16511651
},
16521652
:server => {
16531653
:default => "puppet",
1654-
:desc => "The primary Puppet server to which the Puppet agent should connect.",
1654+
:desc => "The primary Puppet server to which the Puppet agent should connect. This setting is ignored when `server_list` is specified.",
16551655
},
16561656
:server_list => {
16571657
:default => [],
16581658
:type => :server_list,
16591659
:desc => "The list of primary Puppet servers to which the Puppet agent should connect,
1660-
in the order that they will be tried. Each value should be a fully qualified domain name, followed by an optional ':' and port number. If a port is omitted, Puppet uses masterport for that host.",
1660+
in the order that they will be tried. Each value should be a fully qualified domain name, followed by an optional ':' and port number.
1661+
If a port is omitted, Puppet uses masterport for that host. This setting takes precedence over `server`.",
16611662
},
16621663
:use_srv_records => {
16631664
:default => false,

0 commit comments

Comments
 (0)