Skip to content
Snippets Groups Projects
Commit d40865bb authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

remove facter in director.cli

parent 1d446e77
No related branches found
No related tags found
No related merge requests found
...@@ -24,9 +24,10 @@ tmpfile2=/tmp/outcurl2.tmp ...@@ -24,9 +24,10 @@ tmpfile2=/tmp/outcurl2.tmp
APICLIENT=`dirname $0`/api2director APICLIENT=`dirname $0`/api2director
MY_NAME=`facter fqdn | cut -f -2 -d ">"` # MY_NAME=`facter fqdn | cut -f -2 -d ">"`
MY_IP=`facter ipaddress | cut -f -2 -d ">"` # MY_IP=`facter ipaddress | cut -f -2 -d ">"`
# MY_IP=`_getIpFrontend` MY_NAME=`hostname -f`
MY_IP=`_getIpFrontend`
typeset cfg_debug=false typeset cfg_debug=false
......
plugins @ 3434a495
Subproject commit ee916f183663f7a694490cf91ea6f0c3d64b59bf Subproject commit 3434a495ba0f558aa327b79ca5eae44c5d0ca6b6
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment