projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6881d8a
)
Move GPX import and daily web tasks to spike-04
author
Tom Hughes
<tom@compton.nu>
Sun, 15 Jul 2018 08:33:14 +0000
(09:33 +0100)
committer
Tom Hughes
<tom@compton.nu>
Sun, 15 Jul 2018 10:09:53 +0000
(11:09 +0100)
roles/spike-01.rb
patch
|
blob
|
history
roles/spike-04.rb
patch
|
blob
|
history
diff --git
a/roles/spike-01.rb
b/roles/spike-01.rb
index 7ac4eceaead3a90d995efe0fb12544328c0d732a..a7c45da02dd3ab8c00668d82c6f0177018579b52 100644
(file)
--- a/
roles/spike-01.rb
+++ b/
roles/spike-01.rb
@@
-42,7
+42,7
@@
run_list(
"role[ic]",
"role[hp-dl360-g6]",
"role[web-frontend]",
- "role[web-gpximport]",
- "role[web-statistics]",
- "role[web-cleanup]"
+
#
"role[web-gpximport]",
+
#
"role[web-statistics]",
+
#
"role[web-cleanup]"
)
diff --git
a/roles/spike-04.rb
b/roles/spike-04.rb
index 4936947656672a5e9bed427e7b46ca794b474e06..d1eedebac78be2de648caa1d14c60db63c9ced7d 100644
(file)
--- a/
roles/spike-04.rb
+++ b/
roles/spike-04.rb
@@
-41,7
+41,7
@@
default_attributes(
run_list(
"role[bytemark]",
"role[web-frontend]",
-
#
"role[web-gpximport]",
-
#
"role[web-statistics]",
-
#
"role[web-cleanup]"
+ "role[web-gpximport]",
+ "role[web-statistics]",
+ "role[web-cleanup]"
)