]> git.openstreetmap.org Git - chef.git/blobdiff - roles/thorn-01.rb
Enable CSP in report only mode for the main web site
[chef.git] / roles / thorn-01.rb
index 32d92d8f58f3c1e2545584d85fe25ea2a037885d..b06587b5eba12921d9fdeea9132afd843f55333a 100644 (file)
@@ -20,14 +20,10 @@ default_attributes(
         "net.ipv6.conf.eth0.accept_ra" => "0"
       }
     }
-  },
-  :web => {
-    :readonly_database_host => "db-slave"
   }
 )
 
 run_list(
   "role[ic]",
-  "role[hp-g5]",
   "role[web-backend]"
 )