ifs-python icon indicating copy to clipboard operation
ifs-python copied to clipboard

Support folders and bundled templates for sources

Open cbednarski opened this issue 11 years ago • 0 comments

Support a folder in place of a source.py file, for both built-in and external sources. So for example:

haproxy
├── haproxy.conf
├── init.d.sh
└── install.py

This will make it easier to include additional files like configs, init scripts, etc., and also make it possible to use ifs to install / configure userland software. Config templates should use jinja syntax.

cbednarski avatar Sep 11 '14 06:09 cbednarski