projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c34c096
)
Move web-statistics and web-cleanup roles to spike-06
author
Tom Hughes
<tom@compton.nu>
Fri, 29 Mar 2019 18:49:10 +0000
(18:49 +0000)
committer
Tom Hughes
<tom@compton.nu>
Fri, 29 Mar 2019 18:49:10 +0000
(18:49 +0000)
roles/spike-01.rb
patch
|
blob
|
history
roles/spike-06.rb
patch
|
blob
|
history
diff --git
a/roles/spike-01.rb
b/roles/spike-01.rb
index 801165bd5f1d6c2cbbe70deac7e89a209caddaa6..ea9dbed6bfd1dedf89d340438af2c6eb319c4471 100644
(file)
--- a/
roles/spike-01.rb
+++ b/
roles/spike-01.rb
@@
-42,7
+42,5
@@
run_list(
"role[equinix]",
"role[hp-dl360-g6]",
"role[web-frontend]",
- "role[web-gpximport]",
- "role[web-statistics]",
- "role[web-cleanup]"
+ "role[web-gpximport]"
)
diff --git
a/roles/spike-06.rb
b/roles/spike-06.rb
index fb6865e4dd904aef3ef1f22556cb45276821d9cf..4ba626cd3d7d03295472dc47e5c73c9c601cb5be 100644
(file)
--- a/
roles/spike-06.rb
+++ b/
roles/spike-06.rb
@@
-32,5
+32,7
@@
default_attributes(
run_list(
"role[equinix]",
"role[hp-g9]",
- "role[web-frontend]"
+ "role[web-frontend]",
+ "role[web-statistics]",
+ "role[web-cleanup]"
)