X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/5cfe9e5b6dd08d90d025e627c9859f12c3ef6c69..74ab040da0b0e0fb7df9ec8811741a3eb92c27a0:/cookbooks/networking/libraries/ipaddresses.rb?ds=inline diff --git a/cookbooks/networking/libraries/ipaddresses.rb b/cookbooks/networking/libraries/ipaddresses.rb index 89b20fe9e..5f746c9aa 100644 --- a/cookbooks/networking/libraries/ipaddresses.rb +++ b/cookbooks/networking/libraries/ipaddresses.rb @@ -25,6 +25,10 @@ module OpenStreetMap address end + def to_str + address + end + def subnet "#{@network}/#{@prefix}" end