Mercurial > repos > other > Puppet
view modules/stdlib/tests/has_ip_network.pp @ 92:4412f5e0b2ba puppet-3.6
Add body checks to emails for the minority of obvious spam that aren't caught
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 16 Jan 2016 11:01: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'))