]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ouroboros.rb
Rewrite aliases that aren't full addresses
[chef.git] / roles / ouroboros.rb
index a18bdedb564060ff6e3dc7944c3b16c956e09f10..ce27c8612b62950c7fa84ce8b25533a2ae6dde84 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,5 @@ default_attributes(
 
 run_list(
   "role[ic]",
-  "role[hp-g6]",
-  "role[wiki]"
+  "role[hp-dl360-g6]"
 )