summaryrefslogtreecommitdiff
path: root/puppet/modules/stdlib/tests/has_ip_network.pp
blob: a15d8c011b6604a735b507cc508c04383bdaf465 (plain)
1
2
3
4
include stdlib
info('has_ip_network(\'127.0.0.0\'):', has_ip_network('127.0.0.0'))
info('has_ip_network(\'128.0.0.0\'):', has_ip_network('128.0.0.0'))