projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5112ae
)
Drop use of legacy tile and osmfoundation certificates
author
Tom Hughes
<tom@compton.nu>
Thu, 16 Feb 2017 21:13:22 +0000
(21:13 +0000)
committer
Tom Hughes
<tom@compton.nu>
Thu, 16 Feb 2017 21:13:22 +0000
(21:13 +0000)
roles/gps-tile.rb
patch
|
blob
|
history
roles/ridley.rb
patch
|
blob
|
history
diff --git
a/roles/gps-tile.rb
b/roles/gps-tile.rb
index 3209148d595d2d8657a423b33eebcae584dd255c..c699693ef0ba405cb34beed91186abf922b1dda6 100644
(file)
--- a/
roles/gps-tile.rb
+++ b/
roles/gps-tile.rb
@@
-10,11
+10,6
@@
default_attributes(
:members => [:enf, :tomh]
}
}
- },
- :apache => {
- :ssl => {
- :certificate => "tile.openstreetmap"
- }
}
)
diff --git
a/roles/ridley.rb
b/roles/ridley.rb
index 13ba3dafd72cc73d2553bf4db136c521f00268ae..f9ec9ebc782a42d42af0eab6403fc8ffdf4db4ea 100644
(file)
--- a/
roles/ridley.rb
+++ b/
roles/ridley.rb
@@
-2,14
+2,6
@@
name "ridley"
description "Master role applied to ridley"
default_attributes(
- :ssl => {
- :certificates => %w(osmfoundation openstreetmap)
- },
- :apache => {
- :ssl => {
- :certificate => "osmfoundation"
- }
- },
:dhcpd => {
:first_address => "10.0.15.1",
:last_address => "10.0.15.254"