CLI procedure
-
List all errata for the host:
# hammer host errata list \ --host client.example.com
-
Apply the most recent erratum to the host. Identify the erratum to apply using the erratum ID:
# hammer job-invocation create \ --feature katello_errata_install \ --inputs errata=ERRATUM_ID1,ERRATUM_ID2 \ --search-query "name = client.example.com"