From 14709d625b840da1919b5cd8933b73fb771e547b Mon Sep 17 00:00:00 2001 From: tphoney Date: Thu, 9 Jul 2015 15:13:00 +0100 Subject: prep work for 4.7.0 add new improvements puppet4 changes for testing --- examples/has_ip_network.pp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 examples/has_ip_network.pp (limited to 'examples/has_ip_network.pp') 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')) + -- cgit v1.2.3