]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/web/recipes/base.rb
Allow hsts preload
[chef.git] / cookbooks / web / recipes / base.rb
index d5b30ba66e856985e8e741a0c684dca24829e96a..d82ea20f2f39c5a8f28f0407f47ebb6fde58a8b5 100644 (file)
@@ -8,7 +8,7 @@
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at
 #
-#     http://www.apache.org/licenses/LICENSE-2.0
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
 # Unless required by applicable law or agreed to in writing, software
 # distributed under the License is distributed on an "AS IS" BASIS,
@@ -17,7 +17,7 @@
 # limitations under the License.
 #
 
-node.set[:nfs]["/store/rails"] = {
+node.default[:nfs]["/store/rails"] = {
   :host => node[:web][:fileserver],
   :path => "/store/rails"
 }