From: Grant Slater Date: Sun, 9 Mar 2014 16:46:02 +0000 (+0000) Subject: orm: set reasonable volt6 warning X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/d0f9d158f91ee627fee991b9ccaeb2a44dfc909a orm: set reasonable volt6 warning --- diff --git a/roles/orm.rb b/roles/orm.rb index 9f2694fe6..1b49d0cfe 100644 --- a/roles/orm.rb +++ b/roles/orm.rb @@ -46,6 +46,9 @@ default_attributes( }, :sensors_volt => { :contacts => "null", + :volt6 => { + :warning => "2.992:3.536" + } } } },