blob: 4fead5a6e539bae04e9f21c1d53a827d534ed2f9 [file] [log] [blame]
martin f. krafft3c333222013-06-14 19:27:57 +02001reclass TODO
2============
3
martin f. krafft42c475d2013-06-26 18:39:06 +02004- Puppet adapter, whoever might want that…???
martin f. krafft3c333222013-06-14 19:27:57 +02005- Tests for outputters
6- Improve testing of yaml_fs, maybe with more realistic examples
martin f. krafftd2fd6862013-06-26 16:12:12 +02007- Configurable file extension (.yaml/.yml, or support both)
martin f. krafft1de70cc2013-06-26 16:11:58 +02008- Remove applications_hosts, or factor it out to the Ansible adapter, as it's
9 not really relevant to Salt or reclass in general. And remove 'groups' from
10 the inventory return.
martin f. krafftcb93bc72013-07-01 19:31:47 +020011- Improve the adapters, either by just letting them build their own
12 OptionParsers, or through setuptools entrypoints (probably best…). The
13 reclass API would need a bit of generalisation for that to happen…