Commit Graph

5 Commits

Author SHA1 Message Date
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
Bruno Tavares
d4ad417027 Add kickstart.user functions 2014-02-22 16:48:09 -03:00
Bruno Tavares
60a6a0b29f Add index to the documentation 2014-02-21 22:10:17 -03:00
Bruno Tavares
246ae7051e Add remaining documentation for kickstart functions 2014-02-21 19:29:57 -03:00
Bruno Tavares
26e3dac192 Documentation for kickstart namespace commands 2014-02-21 18:04:19 -03:00