]> git.openstreetmap.org Git - chef.git/commitdiff
Enable postgresql apt source on rhaegal
authorTom Hughes <tom@compton.nu>
Sun, 22 Jul 2018 18:28:37 +0000 (19:28 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 22 Jul 2018 18:28:52 +0000 (19:28 +0100)
roles/rhaegal.rb

index 8554cecf376a40fb4be1a0dd5e72648888cffe64..12ccf15eba8be4310b5d44084285af83774bdff5 100644 (file)
@@ -7,6 +7,9 @@ default_attributes(
       :mmiler => { :status => :administrator }
     }
   },
       :mmiler => { :status => :administrator }
     }
   },
+  :apt => {
+    :sources => ["postgresql"]
+  },
   :devices => {
     :ssd_samsung => {
       :comment => "Tune scheduler for SSD",
   :devices => {
     :ssd_samsung => {
       :comment => "Tune scheduler for SSD",