puppetlabs-stdlib/examples/has_ip_network.pp
Ewoud Kohl van Wijngaarden c7403a4e05 Style fixes
2015-07-25 13:34:31 +02:00

3 lines
153 B
ObjectPascal

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'))