]> git.openstreetmap.org Git - chef.git/commitdiff
Start serial terminal on S0 for machines at Exonetric
authorTom Hughes <tom@compton.nu>
Tue, 10 May 2016 12:04:58 +0000 (13:04 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 10 May 2016 12:04:58 +0000 (13:04 +0100)
cookbooks/hardware/recipes/default.rb

index 8f08db8f14ee366e4f5a413034c7f61baf504a20..43c682ca0a51d7bb413bb003f00a638b55570ea3 100644 (file)
@@ -52,7 +52,7 @@ end
 
 units = []
 
-if node[:roles].include?("bytemark")
+if node[:roles].include?("bytemark") || node[:roles].include?("exonetric")
   units << "0"
 end