summaryrefslogtreecommitdiff
path: root/code/environments/production/modules/stdlib/examples/has_ip_network.pp
blob: 1f1130dc776af420c09e0092ad97704596dae666 (plain)
1
2
3
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'))