projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0c1cbe
)
Configure sarel as a chef server
author
Tom Hughes
<tom@compton.nu>
Wed, 20 Jun 2018 19:40:21 +0000
(20:40 +0100)
committer
Tom Hughes
<tom@compton.nu>
Wed, 20 Jun 2018 19:40:21 +0000
(20:40 +0100)
roles/sarel.rb
patch
|
blob
|
history
diff --git
a/roles/sarel.rb
b/roles/sarel.rb
index aab567bd87a9b810109843eba9c7c2cc5a7f52f1..27e071684593c6a07981d8d9293e3100fc2cda08 100644
(file)
--- a/
roles/sarel.rb
+++ b/
roles/sarel.rb
@@
-23,5
+23,9
@@
default_attributes(
run_list(
"role[ucl]",
"role[hp-g5]",
- "role[yournavigation]"
+ "role[yournavigation]",
+ "role[chef-server]",
+ "role[chef-repository]",
+ "recipe[git::server]",
+ "recipe[serverinfo]"
)