]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ridley.rb
Add wiki role to stormfly-01
[chef.git] / roles / ridley.rb
index 13ba3dafd72cc73d2553bf4db136c521f00268ae..3d742bf5fcb018f576ffa14f8d1e86d5c8f2c236 100644 (file)
@@ -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"
@@ -95,6 +87,7 @@ run_list(
   "role[blog]",
   "role[otrs]",
   "role[donate]",
+  "recipe[hot]",
   "recipe[dhcpd]",
   "recipe[openvpn]"
 )