1f1130dc776af420c09e0092ad97704596dae666
[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'))