debian_org::apt: Retire some <= Debian8(jessie) codepaths
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / examples / 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'))