X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/5cfe9e5b6dd08d90d025e627c9859f12c3ef6c69..0c9c978bc601556329a467f2d60cb2d2bea9553b:/cookbooks/networking/libraries/ipaddresses.rb 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