hi
i am trying to install staypuft on centos 6 and it is failing. it also tells me to look in the logs for "ERROR" messages. which i cant find. would appreciate some help.

the steps i took to reach the failure

yum -y update
yum -y install centos-release-SCL.x86_64 ftp://ftp.muug.mb.ca/mirror/fedora/epel/6/i386/epel-release-6-8.noarch.rpm http://yum.theforeman.org/releases/latest/el6/x86_64/foreman-release.rpm

yum -y update
hostname -f
#verify hostname is in fqdn format in /etc/sysconfig/network and /etc/hosts if there is no dns

yum -y install foreman-installer-staypuft
staypuft-installer --foreman-plugin-discovery-install-images=true

the error output is

1
Starting networking setup
Networking setup has finished
Preparing installation Done                                             
  Something went wrong! Check the log for ERROR-level output
  * Foreman is running at https://staypuft.marafa.vm
      Initial credentials are admin / ru4jvHvkewz4Lfdz
  * Foreman Proxy is running at https://staypuft.marafa.vm:8443
  * Puppetmaster is running at port 8140
  The full log is at /var/log/foreman-installer/foreman-installer.log
Not running provisioning configuration since installation encountered errors, exit code was 1
  Something went wrong! Check the log for ERROR-level output
  The full log is at /var/log/foreman-installer/foreman-installer.log
[root@staypuft ~]# cat /var/log/foreman-installer/foreman-installer.log |grep -i error
[root@staypuft ~]# netstat -tupane |grep -E "8443|8140"

if it is useful to know this is of course a VM
also .. nothing was installed so nothing is running on ports 8443 nor 8140. which means the output is 100% misleading

your help and input is much appreciated.

thank you
--