add new remote that does local calls

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-11-01 18:25:29 +01:00
parent 09fd809032
commit 184e2bd9c5
5 changed files with 7 additions and 0 deletions

1
cdist/test/fixtures/remote vendored Symbolic link
View File

@ -0,0 +1 @@
../../../other/examples/remote/local

View File

@ -5,6 +5,9 @@ Changelog
* Exception: No braces means author == Nico Schottelius
2.1.0pre6:
* New Example: Turn remote calls into local calls (used for unittesting)
2.1.0pre5: 2012-11-01
* Core: First round of tests updated to work with multiple configuration directories

View File

@ -0,0 +1,3 @@
This effectively turns remote calling into local calling.
Probably most useful for the unittesting.