projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c98ff76
)
Remove chef server roles from ironbelly
author
Tom Hughes
<tom@compton.nu>
Thu, 21 Jun 2018 18:03:46 +0000
(19:03 +0100)
committer
Tom Hughes
<tom@compton.nu>
Thu, 21 Jun 2018 18:03:46 +0000
(19:03 +0100)
roles/ironbelly.rb
patch
|
blob
|
history
diff --git
a/roles/ironbelly.rb
b/roles/ironbelly.rb
index ab306c6a2e5bb7d709dc076ece8b4fa983f176de..8b90bbb446eea553e94708a2ba7dd6f72aa1cebc 100644
(file)
--- a/
roles/ironbelly.rb
+++ b/
roles/ironbelly.rb
@@
-126,8
+126,6
@@
default_attributes(
run_list(
"role[ic]",
"role[gateway]",
- "role[chef-server]",
- "role[chef-repository]",
"role[web-storage]",
"role[supybot]",
"role[backup]",
@@
-138,7
+136,5
@@
run_list(
"role[letsencrypt]",
"recipe[rsyncd]",
"recipe[openvpn]",
- "recipe[git::server]",
- "recipe[tilelog]",
- "recipe[serverinfo]"
+ "recipe[tilelog]"
)