projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b03d0bc
)
Move GPX importer to spike-01
author
Tom Hughes
<tom@compton.nu>
Thu, 30 Jun 2016 18:47:23 +0000
(19:47 +0100)
committer
Tom Hughes
<tom@compton.nu>
Thu, 30 Jun 2016 18:47:23 +0000
(19:47 +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 455af169ec2777c842d2132aad85a8ce4c620fcc..7ac4eceaead3a90d995efe0fb12544328c0d732a 100644
(file)
--- a/
roles/spike-01.rb
+++ b/
roles/spike-01.rb
@@
-42,6
+42,7
@@
run_list(
"role[ic]",
"role[hp-dl360-g6]",
"role[web-frontend]",
+ "role[web-gpximport]",
"role[web-statistics]",
"role[web-cleanup]"
)
diff --git
a/roles/spike-04.rb
b/roles/spike-04.rb
index 0d1ec9a01f2a0d43af094825a2016a9979236cea..343a5c59141bc277ba097a158d207d4a287404bd 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]"
)