]> gitweb.fluxo.info Git - puppet-stdlib.git/commit
Add new functions validate_numeric() and validate_integer().
authorOliver Bertuch <oliver@majinai.net>
Thu, 4 Dec 2014 21:33:15 +0000 (22:33 +0100)
committerOliver Bertuch <oliver@majinai.net>
Thu, 4 Dec 2014 21:33:15 +0000 (22:33 +0100)
commit260c1f4b92113a1da3b30562a11d20a79e5b08db
tree0393f9c864b17bc9319b0dfa77697758d5060936
parent4ebea40e08f20f3eaa36f9decc01be6353e3a804
Add new functions validate_numeric() and validate_integer().
README.markdown
lib/puppet/parser/functions/validate_integer.rb [new file with mode: 0644]
lib/puppet/parser/functions/validate_numeric.rb [new file with mode: 0644]
spec/functions/validate_integer_spec.rb [new file with mode: 0755]
spec/functions/validate_numeric_spec.rb [new file with mode: 0755]