summaryrefslogtreecommitdiff
path: root/tests/has_ip_network.pp
blob: 036d649800661173be773ac7676ca42257af19c3 (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'))