summaryrefslogtreecommitdiff
path: root/test/integration/targets/config
Commit message (Collapse)AuthorAgeFilesLines
* Fix missing quoting for remote_tmp in second mkdir of shell module. Issue ↵Baptiste Mille-Mathias2020-08-061-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | #69577 (#69578) (#70758) * Fix missing quoting for remote_tmp in second mkdir of shell module. Issue #69577 * adding changelog * fixing typo in changelog entry * adding test case Adding test case written by bmillemayhias. * using $HOME instead of ~ * fixing commit measage * Update 69578-shell-remote_tmp-quoting.yaml Co-authored-by: Brian Kohles <me@briankohles.com> (cherry picked from commit 77d0effcc5b2da1ef23e4ba32986a9759c27c10d) Co-authored-by: Brian Kohles <briankohles@users.noreply.github.com>
* Fix integration tests to support remote hosts.Matt Clay2019-01-241-2/+2
|
* More specificity in errors for cfg mgr (#48995)Brian Coca2018-12-101-1/+1
| | | | | * More specificity in errors for cfg mgr
* better handling of bad type in config (#48821)Brian Coca2018-11-192-0/+11
* better handling of bad type in config fixes #22468, fixes #22476