anvil/conf/personas/solo/keystone.yaml
Joshua Harlow 4bd32e85f5 Instead of mapping apps to an internal list allow
for arbitrary names to come in which will be checked
if they match an actual executable (which is the new
filter) which is more easily extendable.
2012-09-18 11:28:22 -07:00

17 lines
181 B
YAML

---
components:
# Order matters here!
- general
- keystone
- keystone-client
options:
keystone:
db-sync: false
subsystems:
keystone:
- all
supports:
- rhel
...