Actions
Bug #37704
closedHost update failure: param is missing or the value is empty: content_facet_attributes
Description
not ok 9 almalinux8 install: assign puppet class to host # (in test file fb-test-puppet.bats, line 105) # `hammer host update --puppet-class-ids "${id}" --name "$(hostname -f)"' failed with status 70 # $ [fb-test-puppet.bats, line 10] # $ HOSTNAME="$(hostname -f)" # $ hostname -f # $ export HOSTNAME # $ "$@" # $ id=$(hammer --csv puppet-class list --search 'name = motd' | tail -n1 | cut -d, -f1) # $ hammer --csv puppet-class list --search 'name = motd' # $ tail -n1 # $ cut -d, -f1 # $ hammer host update --puppet-class-ids "${id}" --name "$(hostname -f)" # $ hostname -f # Could not update the host: # param is missing or the value is empty: content_facet_attributes # Did you mean? content_facet_attributes # subscription_facet_attributes # puppet_attributes # name
Actions