]> git.openstreetmap.org Git - chef.git/blobdiff - roles/stormfly-02.rb
Fix incorrect alert annotation
[chef.git] / roles / stormfly-02.rb
diff --git a/roles/stormfly-02.rb b/roles/stormfly-02.rb
deleted file mode 100644 (file)
index c27b1d0..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-name "stormfly-02"
-description "Master role applied to stormfly-02"
-
-default_attributes(
-  :networking => {
-    :interfaces => {
-      :external_ipv4 => {
-        :interface => "em1",
-        :role => :external,
-        :family => :inet,
-        :address => "140.211.167.105"
-      }
-    }
-  }
-)
-
-run_list(
-  "role[osuosl]",
-  "role[hp-g6]"
-)