Skip to content

Commit d8d7fe6

Browse files
authored
DOC-4575 Clarify where to set master hostname
1 parent 728c716 commit d8d7fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/puppet/5.5/install_linux.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Install the Puppet agent so that your master can communicate with your Linux nod
3939

4040
5. (Optional) Configure agent settings.
4141

42-
For example, if your master isn't reachable at the default address, `server = puppet`, set the `server` setting to your Puppet master's hostname.
42+
For example, if your master isn't reachable at the default address, `server = puppet`, set the `server` setting to your Puppet master's hostname with the following command: `puppet config set server <MASTER FDQN> --section main`.
4343

4444
For other settings you might want to change, see a [list of agent-related settings][agent_settings].
4545

0 commit comments

Comments
 (0)