mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fixup rebase merge goof
This commit is contained in:
parent
d28bab6fd0
commit
e169e0df54
1 changed files with 0 additions and 5 deletions
|
@ -236,13 +236,8 @@ def get_fqhostname():
|
|||
"""
|
||||
Returns the fully qualified hostname
|
||||
"""
|
||||
<<<<<<< HEAD
|
||||
fqdn = []
|
||||
fqdn.append(socket.getfqdn())
|
||||
=======
|
||||
l = []
|
||||
l.append(socket.getfqdn())
|
||||
>>>>>>> fix parse_host_port() parse error on hostname only arg
|
||||
|
||||
# try socket.getaddrinfo
|
||||
try:
|
||||
|
|
Loading…
Add table
Reference in a new issue