Actions
Bug #9235
closedcapsule-installer 2.1.1-2.el7 fail on unknown function validate_pulp
Description
I'm trying to install katello 2.1 on CentOS 7 in multi nodes deployment, i run into an issue when i deploy a capsule:
capsule-installer --parent-fqdn="katello.foo.example.com" --register-in-foreman="true" --foreman-oauth-key="XXXXXXXX" --foreman-oauth-secret="XXXXXXXXX" --pulp-oauth-secret="XXXXXXXX" --certs-tar="capsule.foo.example.com.tar" --puppet="true" --puppetca="true" --pulp="true" --dhcp=false --dns=false --realm=false --tftp=true --country="FR" --org="Katello example.com" --org-unit="Katello" Unknown function validate_pulp at /usr/share/katello-installer/modules/capsule/manifests/init.pp:192 on node capsule.foo.example.com Unknown function validate_pulp at /usr/share/katello-installer/modules/capsule/manifests/init.pp:192 on node capsule.foo.example.com Preparing installation Done
After viewing the source, replacing 'validate_pulp' by 'validate_bool' at line 192 seems to be the solution, the installer runs fine.
Actions