annotate modules/stdlib/examples/has_ip_network.pp @ 482:d83de9b3a62b default tip

Update hiera.yaml within Puppet config Forgot that we manage it from here. Now has content to match new packages
author IBBoard <dev@ibboard.co.uk>
date Fri, 30 Aug 2024 16:10:36 +0100
parents 4a2ee7e3b110
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
424
4a2ee7e3b110 Update stdlib in case it fixed deprecation
IBBoard <dev@ibboard.co.uk>
parents: 272
diff changeset
1 include stdlib
272
c42fb28cff86 Update to a newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
2 info('has_ip_network(\'127.0.0.0\'):', has_ip_network('127.0.0.0'))
c42fb28cff86 Update to a newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
3 info('has_ip_network(\'128.0.0.0\'):', has_ip_network('128.0.0.0'))