Running foremanctl deploy-proxy without passing --flavor works (since it has a default in the metadata), but then foremanctl features and foremanctl health etc commands will be in broken state as they need flavor specific vars:
|
- "../../vars/flavors/{{ flavor }}.yml" |
Originally posted by @arvind4501 in theforeman/foreman-documentation#5097 (comment)
Running
foremanctl deploy-proxywithout passing--flavorworks (since it has a default in the metadata), but thenforemanctl featuresandforemanctl healthetc commands will be in broken state as they need flavor specific vars:foremanctl/src/playbooks/features/features.yaml
Line 12 in d82988d
Originally posted by @arvind4501 in theforeman/foreman-documentation#5097 (comment)