]> gitweb.fluxo.info Git - puppet-stdlib.git/commit
adds new parser called is_absolute_path
authorCorey Osman <corey@logicminds.biz>
Tue, 8 Dec 2015 00:38:26 +0000 (16:38 -0800)
committerCorey Osman <corey@logicminds.biz>
Wed, 16 Dec 2015 07:24:17 +0000 (23:24 -0800)
commit1b048ff9d689fcd0ff8e67640598cb0a1aa00887
tree0357c3969c0726fef2650c53976219cfae66cd3c
parentd2ae00cd5fe821d4ab96b3fd1c05c6c2d3d1c27d
adds new parser called is_absolute_path

  * is_absolute_path returns boolean true if the given path
    is absolute, returns false otherwise.
  * works for windows and unix
README.markdown
lib/puppet/parser/functions/is_absolute_path.rb [new file with mode: 0644]
spec/unit/puppet/parser/functions/is_absolute_path_spec.rb [new file with mode: 0644]