projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e6069a
)
Don't setup ubuntugis-stable on yevaud
author
Tom Hughes
<tom@compton.nu>
Tue, 28 Apr 2015 19:25:13 +0000
(20:25 +0100)
committer
Tom Hughes
<tom@compton.nu>
Tue, 28 Apr 2015 19:25:13 +0000
(20:25 +0100)
roles/orm.rb
patch
|
blob
|
history
roles/tile.rb
patch
|
blob
|
history
diff --git
a/roles/orm.rb
b/roles/orm.rb
index
3be0a2e
..
a44ffd1
100644
(file)
--- a/
roles/orm.rb
+++ b/
roles/orm.rb
@@
-2,6
+2,9
@@
name "orm"
description "Master role applied to orm"
default_attributes(
+ :apt => {
+ :sources => ["ubuntugis-stable"]
+ },
:devices => {
:ssd_samsung => {
:comment => "Tune scheduler for SSD",
diff --git
a/roles/tile.rb
b/roles/tile.rb
index
3f86614
..
907b1ae
100644
(file)
--- a/
roles/tile.rb
+++ b/
roles/tile.rb
@@
-22,9
+22,6
@@
default_attributes(
:max_requests_per_child => 100000
}
},
- :apt => {
- :sources => ["ubuntugis-stable"]
- },
:postgresql => {
:versions => ["9.1"],
:settings => {