add new remote that does local calls
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
09fd809032
commit
184e2bd9c5
5 changed files with 7 additions and 0 deletions
1
cdist/test/fixtures/remote
vendored
Symbolic link
1
cdist/test/fixtures/remote
vendored
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../../other/examples/remote/local
|
|
@ -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
|
||||
|
||||
|
|
3
other/examples/remote/local/README
Normal file
3
other/examples/remote/local/README
Normal file
|
@ -0,0 +1,3 @@
|
|||
This effectively turns remote calling into local calling.
|
||||
|
||||
Probably most useful for the unittesting.
|
Loading…
Reference in a new issue