kickstart/docs
Bruno Tavares 5096abefac Support for loading recipes and roles from modules
Modules are located under `modules` folder. They will be copied on
deploy as well.

An example structure:

```
sample
├── files
├── install.sh
├── modules
│   └── another
│       ├── files
│       ├── install.sh
│       ├── README.md
│       ├── recipes
│       └── roles
│           └── web.sh
├── README.md
├── recipes
└── roles
```

Roles and recipes will be available for your project to access it with
the commited functions
2014-02-23 13:23:25 -03:00
..
kickstart Support for loading recipes and roles from modules 2014-02-23 13:23:25 -03:00
index.md Add index to the documentation 2014-02-21 22:10:17 -03:00