]> git.openstreetmap.org Git - chef.git/commitdiff
Configure ttyS0 as a console on jakelong
authorTom Hughes <tom@compton.nu>
Sat, 31 Oct 2020 12:21:58 +0000 (12:21 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 31 Oct 2020 12:21:58 +0000 (12:21 +0000)
cookbooks/hardware/recipes/default.rb

index fca8031979c17b7bb7df46f3b69e54abe860c251..a9de7a2f48de63236df22af696aa6b801e67a753 100644 (file)
@@ -51,7 +51,7 @@ end
 
 units = []
 
-if node[:roles].include?("bytemark") || node[:roles].include?("exonetric")
+if node[:roles].include?("bytemark") || node[:roles].include?("exonetric") || node[:roles].include?("prgmr")
   units << "0"
 end