view modules/stdlib/tests/has_ip_network.pp @ 135:b3f6c7a910d0 puppet-3.6

Add Certbot packages we depend on for commands and providing certs Note: Initial Certbot setup is out of scope and must be done manually
author IBBoard <dev@ibboard.co.uk>
date Fri, 11 Nov 2016 21:02:09 +0000
parents 956e484adc12
children
line wrap: on
line source

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