Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-18 | (MODULES-1582) Improve % detection | Peter Souter | |
Avoids any validate commands that have %'s in them other than "... % ..." | |||
2014-12-18 | (MODULES-1582) Initial spike for % placeholder | Peter Souter | |
This simply `gsub`'s the file path into where the % placeholder is. | |||
2014-10-29 | Fix validate_cmd, previous addition of SystemCallError only works for Puppet ↵ | Travis Fields | |
3.7, previous version throw different exception. Wrapping in generic Exception catch all | |||
2014-10-29 | Add proper exception catching of Windows errors when CreateProcess does not ↵ | Travis Fields | |
succeed | |||
2014-10-24 | add require 'tempfile' to resolve a previously autorequired resource | Travis Fields | |
2013-09-18 | (#22214): close content file before executing checkscript | sgzijl | |
Right now validation seems to be done against zero byte generated temp files. We need to close the file before executing validation against it. | |||
2013-02-07 | validate_cmd(): Use Puppet::Util::Execution.execute when available | Raphaël Pinson | |
2013-02-06 | validate_cmd: Use Puppet::Util.execute | Raphaël Pinson | |
2013-01-18 | validate_cmd: Make sure tmpfile is always closed and unlinked | Raphaël Pinson | |
2013-01-18 | Add validate_cmd function | Raphaël Pinson | |