summaryrefslogtreecommitdiff
path: root/puppet/modules/stdlib/tests/has_ip_network.pp
diff options
context:
space:
mode:
authorMicah <micah@leap.se>2016-05-24 10:19:33 -0400
committerMicah <micah@leap.se>2016-05-24 10:19:33 -0400
commit0e9121a885d545e14488f9aec1a861ba90b7dbb2 (patch)
treee54275620f2ac3222d3c141ae97f73b423f91681 /puppet/modules/stdlib/tests/has_ip_network.pp
parent40cfe3ca5f29428b237627d167f2405ea9193dbb (diff)
parent1da5dc55ee48fcd437f5b5df00a5b2f3991ec9f1 (diff)
Merge commit '1da5dc55ee48fcd437f5b5df00a5b2f3991ec9f1' as 'puppet/modules/stdlib'
Diffstat (limited to 'puppet/modules/stdlib/tests/has_ip_network.pp')
-rw-r--r--puppet/modules/stdlib/tests/has_ip_network.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/puppet/modules/stdlib/tests/has_ip_network.pp b/puppet/modules/stdlib/tests/has_ip_network.pp
new file mode 100644
index 00000000..a15d8c01
--- /dev/null
+++ b/puppet/modules/stdlib/tests/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'))
+