]> git.openstreetmap.org Git - chef.git/blobdiff - roles/urmel.rb
Only restart chef-client after log rotation if it is running
[chef.git] / roles / urmel.rb
index bf8038cd5d30877d0f8cda3d0b07e3e2a4f7e658..ef6899a1caf4f9a025066050f1412992e25cb2ba 100644 (file)
@@ -14,7 +14,7 @@ default_attributes(
         :interface => "eth1",
         :role => :external,
         :family => :inet,
-        :address => "128.40.45.2076"
+        :address => "128.40.45.207"
       }
     }
   }
@@ -22,5 +22,6 @@ default_attributes(
 
 run_list(
   "role[ucl-wolfson]",
+  "role[hp-dl360-g6]",
   "role[munin]"
 )