projects
/
chef.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add a python cookbook
[chef.git]
/
.kitchen.yml
diff --git
a/.kitchen.yml
b/.kitchen.yml
index c49fa230fe8e369adf8ceac95fbd4cfe07584e5d..1b49363e6b13698d9dc3108e01e4596527ccb2b2 100644
(file)
--- a/
.kitchen.yml
+++ b/
.kitchen.yml
@@
-62,6
+62,9
@@
suites:
- recipe[accounts::default]
- recipe[chef::default]
- role[otrs]
+ - name: python
+ run_list:
+ - recipe[python::default]
- name: tools
run_list:
- recipe[tools::default]