]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ouroboros.rb
Configure external address for fafnir
[chef.git] / roles / ouroboros.rb
index a18bdedb564060ff6e3dc7944c3b16c956e09f10..9a4d6528342b03b2498cec2e214ed1d1c800cf60 100644 (file)
@@ -2,11 +2,6 @@ name "ouroboros"
 description "Master role applied to ouroboros"
 
 default_attributes(
-  :chef => {
-    :client => {
-      :version => "12.1.2-1"
-    }
-  },
   :networking => {
     :interfaces => {
       :internal_ipv4 => {
@@ -35,6 +30,6 @@ default_attributes(
 
 run_list(
   "role[ic]",
-  "role[hp-g6]",
+  "role[hp-dl360-g6]",
   "role[wiki]"
 )