"examples/examples/has_ip_network.pp" did not exist on "1614426f349c95d7f782bff5fb863377e68ab7a6"
has_ip_network.pp 153 Bytes
Newer Older
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'))