diff options
Diffstat (limited to 'examples/has_ip_network.pp')
-rw-r--r-- | examples/has_ip_network.pp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/has_ip_network.pp b/examples/has_ip_network.pp new file mode 100644 index 0000000..1f1130d --- /dev/null +++ b/examples/has_ip_network.pp @@ -0,0 +1,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')) |