Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Same variable with different value assigned to 2 roles, used in 2 orchestation not working I expected
-
Hello
I a trying to make:
- Module which create several folders (@FOLDER) with a loop of Ensure-directory
- Role IIS-APP1, has:
- Variable @FOLDER=@(D:\APP1\SITE,D:\APP1\ARCHIVES),
- Orchestration call Module
- Role IIS-APP2, has:
- Variable $FOLDER=@(D:\APP2\SITE,D:\APP2\UPLOAD),
- Orchestration call Module
The result is weird:
the folders for IIS-APP1 role are created but they appears to be link the role IIS-APP2 in the configuration status.
The orchestration is going properly thru the 2 roles, but keep the same value of @FOLDER whatever the role.
Is it normal ?
Regards
Philippe Camelio
Product: Otter
Version: 2.1.1
-
I finally bypass this limitation by using adding an argument to the module