]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ridley.rb
Update carto stylesheet to v4.23.0
[chef.git] / roles / ridley.rb
index f9ec9ebc782a42d42af0eab6403fc8ffdf4db4ea..591f31ae2fd00fb7936f73a35e5b84313c03cb93 100644 (file)
@@ -2,25 +2,13 @@ name "ridley"
 description "Master role applied to ridley"
 
 default_attributes(
+  :bind => {
+    :clients => "ucl"
+  },
   :dhcpd => {
     :first_address => "10.0.15.1",
     :last_address => "10.0.15.254"
   },
-  :munin => {
-    :graphs => {
-      :apcpdu_ucl => {
-        :title => "Current for UCL",
-        :vlabel => "Amps",
-        :category => "Ups",
-        :values => {
-          :load => {
-            :sum => ["apcpdu_apc1.load", "apcpdu_apc2.load", "apcpdu_apc3.load"],
-            :label => "Load"
-          }
-        }
-      }
-    }
-  },
   :networking => {
     :interfaces => {
       :external_ipv4 => {
@@ -87,6 +75,8 @@ run_list(
   "role[blog]",
   "role[otrs]",
   "role[donate]",
+  "recipe[hot]",
+  "recipe[dmca]",
   "recipe[dhcpd]",
   "recipe[openvpn]"
 )