]> gitweb.fluxo.info Git - puppet-stdlib.git/commit
Add validator for any IP address
authorJaume Devesa <devvesa@gmail.com>
Thu, 19 Nov 2015 11:47:01 +0000 (12:47 +0100)
committerJaume Devesa <devvesa@gmail.com>
Mon, 30 Nov 2015 16:34:00 +0000 (17:34 +0100)
commitfe23e01a4b8b0cc0d9ea1a958e2be5a947fb7aed
tree5e65502fba2f155ae377cecb0ee2d89529c0ed3f
parent61333cfc48026af204483d681bd8b10cb44d6fc6
Add validator for any IP address

Provide a validator for IP addresses, regardless they are IPv4 or IPv6,
and its documentation.
README.markdown
lib/puppet/parser/functions/validate_ip_address.rb [new file with mode: 0644]
spec/functions/validate_ip_address_spec.rb [new file with mode: 0644]