X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=3rdparty%2Fmodules%2Fstdlib%2Fspec%2Fsupport%2Fshared_data.rb;fp=3rdparty%2Fmodules%2Fstdlib%2Fspec%2Fsupport%2Fshared_data.rb;h=013ec105a485e4fefedaad5d928452ddd76b60b7;hb=131e09855e065be940e104d9ab0f18940cc76257;hp=ea9b7a0a1edad8cf1b5a0bee87a4995301734ee6;hpb=407d322498f4fde815abf381007fbecfe5c10b2b;p=mirror%2Fdsa-puppet.git diff --git a/3rdparty/modules/stdlib/spec/support/shared_data.rb b/3rdparty/modules/stdlib/spec/support/shared_data.rb index ea9b7a0a1..013ec105a 100644 --- a/3rdparty/modules/stdlib/spec/support/shared_data.rb +++ b/3rdparty/modules/stdlib/spec/support/shared_data.rb @@ -14,7 +14,7 @@ module SharedData '8.8.8.8/16', '8.8.8.8/255.255.0.0', '8.8.8.8/32', - ] + ].freeze IPV4_NEGATIVE_PATTERNS = [ '', '0000', @@ -34,5 +34,5 @@ module SharedData '9999.9999.9999.9999', 'affe::beef', 'nope', - ] + ].freeze end