Hi Wim, You have included an option that requires an argument without including the argument, so the installer is using the next option as the argument and it is throwing off all of your options/arguments.
Check your options against the --help output. A common mistake is to leave out a "true" or "false" to the boolean options. Regards, J > On Mar 28, 2017, at 2:44 AM, Wim Van den Borre <[email protected]> > wrote: > > Hey Everyone, > > I'm trying to install foreman but when i run the installer i get a bunch of > these messages, does anyone know what the problem coulde be? > > foreman-installer > Parameter foreman-foreman-url invalid: ::foreman::params::foreman_url must > match one of (?-mix:^https?:\/\/) > Parameter foreman-puppetrun invalid: "::foreman::params::puppetrun" is not a > valid boolean, "::foreman::params::puppetrun" is not a valid boolean > Parameter foreman-unattended invalid: "::foreman::params::unattended" is not > a valid boolean > Parameter foreman-authentication invalid: "::foreman::params::authentication" > is not a valid boolean > Parameter foreman-passenger invalid: "::foreman::params::passenger" is not a > valid boolean, "::foreman::params::passenger" is not a valid boolean > Parameter foreman-use-vhost invalid: "::foreman::params::use_vhost" is not a > valid boolean > Parameter foreman-ssl invalid: "::foreman::params::ssl" is not a valid boolean > Parameter foreman-configure-epel-repo invalid: > "::foreman::params::configure_epel_repo" is not a valid boolean > Parameter foreman-configure-scl-repo invalid: > "::foreman::params::configure_scl_repo" is not a valid boolean > Parameter foreman-selinux invalid: "::foreman::params::selinux" is not a > valid boolean > Parameter foreman-gpgcheck invalid: "::foreman::params::gpgcheck" is not a > valid boolean > > Kind regards > -- > You received this message because you are subscribed to the Google Groups > "Foreman users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/foreman-users. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Foreman users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/foreman-users. For more options, visit https://groups.google.com/d/optout.
