if we set up the chef-server during os provision, there are some error messages

in the /var/log/messages on the management node.  Fixed them.
This commit is contained in:
jjhua 2013-12-17 14:10:53 -05:00
parent 50686d34c7
commit b9c3d71d6f
2 changed files with 5 additions and 1 deletions

View File

@ -38,7 +38,8 @@ hkeys() {
set | grep -o "^HASH${1}[[:alnum:]]*=" | sed -re "s/^HASH${1}(.*)=/\\1/g"
}
HOME='/root/'
export HOME
#flags
run_all=0

View File

@ -9,6 +9,9 @@
#=cut
#-------------------------------------------------------------------------------
HOME='/root/'
export HOME
node=`hostname`
uselocalhost=0