Hello
I am tring to define some global classes, I have a series of machines that
make up a system. I have defined a series of classes that make up each
individual component of the system i.e.
- Acceptance
- Live
- Test
I am trying to define a class that contains all the classes above. My
code looks like this
bundle common g
{
"Live" or => { "server1", "server2"} ;
"Acceptance" or => { "server3", "server4"} ;
"TestAndDev" or => { "ugos563" } ;
"AllServers" or => Live.Acceptance.TestAndDev;
}
The AllServers line is giving me the following error -
cf3:./site.cf:35,52: rhs is a scalar, but lhs (clist) is not list type,
near token '.'
cf3:./site.cf:35,52: syntax error, near token '.'
Any ideas
Thanks
Mark.
_______________________________________________
Help-cfengine mailing list
[email protected]
https://cfengine.org/mailman/listinfo/help-cfengine