make a new section under configuration where global variables can be defined.
I would like to use this varibales in my bundles.
that would give me the option to make universal bundles wich I can exchange to other zcm installations.
also usefull if more than one bundle uses this variables as parameter - so I only have to change the variable once and not all of my parameteres in my bundles...
by: Christian K. | over a year ago | Application Mgmt
Comments
If I'm not mistaken, this is already part of ZCM. You can find it under ZENworks Control Center > Configuration > Device Management > System Variables. The variables can then be called by your bundles as ${variable_name}. I have even been able to use these variables inside of called scripts.
If this is not what you had in mind, please elaborate.