Skip to content

Commit

Permalink
minor tweak: --fqdn with hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
cwolferh committed May 17, 2013
1 parent b7994f3 commit 2111ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foreman_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
if [ "x$PUPPETMASTER" = "x" ]; then
# Set PuppetServer
#export PUPPETMASTER=puppet.example.com
export PUPPETMASTER=$(hostname)
export PUPPETMASTER=$(hostname --fqdn)
fi

if [ "x$FOREMAN_INSTALLER_DIR" = "x" ]; then
Expand Down

0 comments on commit 2111ea2

Please sign in to comment.