2 files with same name on 2 nodes

0 votes
asked Nov 15, 2018 in Question / help by dzmitry.lahoda (140 points)

How to have same file deployed into 2 nodes? Next does not work:

node Foo {

file A

}

node Bar {

file A

}


Next works, but I have to name same file differently:

node Foo {

file A as FooA

}

node Bar {

file A as FooB

}


Next works but not clear as file is no embedded visually:

file A

node Foo {

Foo - A

}

node Bar {

Bar - A

}

commented Nov 15, 2018 by albert (3,520 points)
Maybe you can accomplish something by using !includemany and !define statements

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...