summaryrefslogtreecommitdiff
path: root/examples/has_ip_network.pp
diff options
context:
space:
mode:
authorDavid Schmitt <david.schmitt@puppetlabs.com>2015-07-15 14:12:46 +0100
committerDavid Schmitt <david.schmitt@puppetlabs.com>2015-07-15 14:12:46 +0100
commit1282649b91b482dd547b674f4d52af166a5eab69 (patch)
tree5b7c77e9913a0447c3ad648afcb386cc54a7222e /examples/has_ip_network.pp
parenta0224412893d39463a4fde82887312b279f83e1b (diff)
parent14709d625b840da1919b5cd8933b73fb771e547b (diff)
downloadpuppet-stdlib-1282649b91b482dd547b674f4d52af166a5eab69.tar.gz
puppet-stdlib-1282649b91b482dd547b674f4d52af166a5eab69.tar.bz2
Merge pull request #481 from tphoney/release_4.7.0
prep work for 4.7.0
Diffstat (limited to 'examples/has_ip_network.pp')
-rw-r--r--examples/has_ip_network.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/has_ip_network.pp b/examples/has_ip_network.pp
new file mode 100644
index 0000000..a15d8c0
--- /dev/null
+++ b/examples/has_ip_network.pp
@@ -0,0 +1,4 @@
+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'))
+