]> git.openstreetmap.org Git - chef.git/blobdiff - roles/base.rb
Enable CSP in report only mode for the main web site
[chef.git] / roles / base.rb
index 5ffc5dee9adf35ad3fd6129bd85e1cb759582e36..0383da15e4f1c0d90eae930204468d019cdf147b 100644 (file)
@@ -13,6 +13,13 @@ default_attributes(
   :apt => {
     :sources => ["openstreetmap"]
   },
+  :munin => {
+    :plugins => {
+      :ntp_offset => {
+        :offset => { :warning => "100", :critical => "250" }
+      }
+    }
+  },
   :networking => {
     :roles => {
       :internal => { :metric => 200, :zone => "loc" },