summaryrefslogtreecommitdiff
path: root/tests/has_ip_network.pp
diff options
context:
space:
mode:
authortphoney <tp@puppetlabs.com>2015-07-09 15:13:00 +0100
committertphoney <tp@puppetlabs.com>2015-07-15 14:06:34 +0100
commit14709d625b840da1919b5cd8933b73fb771e547b (patch)
tree5b7c77e9913a0447c3ad648afcb386cc54a7222e /tests/has_ip_network.pp
parenta0224412893d39463a4fde82887312b279f83e1b (diff)
prep work for 4.7.0
add new improvements puppet4 changes for testing
Diffstat (limited to 'tests/has_ip_network.pp')
-rw-r--r--tests/has_ip_network.pp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/has_ip_network.pp b/tests/has_ip_network.pp
deleted file mode 100644
index a15d8c0..0000000
--- a/tests/has_ip_network.pp
+++ /dev/null
@@ -1,4 +0,0 @@
-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'))
-