I’m pretty sure it does fall on the installer already.
I’ll double check just to be sure:
1 configureSnapins() {
2 dots "Setting up FOG Snapins"
3 mkdir -p $snapindir >>$workingdir/error_logs/fog_error_${version}.log 2>&1
4 if [[ -d $snapindir ]]; then
5 chmod -R 775 $snapindir
6 chown -R fog:$apacheuser $snapindir
7 fi
8 errorStat $?
9 }
That’s the script portion in the installer’s functions.sh file.
I see what’s wrong now. Thanks for leading me to it. Yes, Servers were getting the information set, but plain nodes were not. Should be fixed in latest. Thanks for reporting. Also fixed a few minor issues while I was there.