a15d8c011b6604a735b507cc508c04383bdaf465
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / tests / has_ip_network.pp
1 include stdlib
2 info('has_ip_network(\'127.0.0.0\'):', has_ip_network('127.0.0.0'))
3 info('has_ip_network(\'128.0.0.0\'):', has_ip_network('128.0.0.0'))
4