Bruno Tavares
62a482c062
Updates documentation file with make
2015-05-24 00:09:52 -03:00
Bruno Tavares
421148456f
Removes question marks from functions and update minor bash bugs
2015-05-23 23:39:39 -03:00
Bruno Tavares
e1bf0b113c
Creates two user utility functions
2015-05-16 18:21:29 -03:00
Bruno Tavares
fd524e0116
Add ? to kickstart.debugging
2014-03-20 13:47:29 -03:00
Bruno Tavares
9ee05e6933
Add kickstart.user.root?
2014-03-19 19:55:26 -03:00
Bruno Tavares
3382c92952
Adds templating options to stream and file
2014-03-14 14:51:44 -03:00
Bruno Tavares
5f8b15ae27
Update docs index
2014-03-06 20:11:33 -03:00
Bruno Tavares
44169e4f86
Unmute muted commands on debugging
2014-03-05 07:51:16 -03:00
Bruno Tavares
5f420e6f24
Introduce kickstart.user.exec
2014-03-03 11:10:03 -03:00
Bruno Tavares
56bf615b34
Introduce kickstart.stream.contains and kickstart.file.contains
...
The kickstart.stream.contains and kickstart.file.contains wraps the code
for checking for a string.
2014-02-27 14:55:29 -03:00
Bruno Tavares
3635cab96b
Migrate kickstart.codename into kickstart.os namespace
2014-02-27 10:48:55 -03:00
Bruno Tavares
bd14b8d5a8
Anotate documentation with bash codeblocks
2014-02-24 11:02:57 -03:00
Bruno Tavares
b646c6cc20
Update function index
2014-02-24 11:02:34 -03:00
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