I have a few branches. Each branch has its own functional structure:
accounting, sales, customer service etc.
Computers are named: <City>-<Func>-<PC#>, for example MOW-ACC-2001,
MOW-SAL-01, NYK-SAL-43, BER-CST-02
and ....CIT-FUN-\d\d
Software products are installed by a territorially and b functionally.

Could anyone help to implement it such as on scheme below?

<wpkg>
<host name="MOW-[ACC|SAL|CST]-\d\d " profile-id="MoscowProfile" />
<host name="BER-[ACC|SAL|CST]-\d\d " profile-id="BerlinProfile" />

<host name="[MOW|BER|NYK]-SAL-\d\d " profile-id="SalesApps" />
<host name="[MOW|BER|NYK]-ACC-\d\d " profile-id="AccountingApps" />

<host name="host2" profile-id="custom2" />
</wpkg>

So, I see only one solution: multiply all parameters and to support all
resulting profiles.

For example:  [MOW|BER|NYK]x[ACC|SAL|CST] give us 9 Profiles.
Nevertheless, it is  very inconvenient solution.

In real life, i have got 17 branches and about 5 functionalities.
17x5= 85 Profiles?!  Oh, no... Please, Help to find decision!

With regards,
Alexey
-------------------------------------------------------------------------
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
_______________________________________________
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users

Reply via email to