help-cfengine
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Class interpretation


From: Leslie Smith
Subject: Class interpretation
Date: Wed, 29 Sep 2004 15:25:19 +1000

If i have a class that has brackets to determine the order of execution,
then strange things happen.

Seems to evaluate the servers|routers and jails.!hit

instead of 

{servers|routers|jails} and !hit and !roll


This example works.

ServerRouterJailGp = ( servers|routers|jails )
EnsureMinimumPackages = ( ServerRouterJailGp.!hit.!roll )


This example does not work.

EnsureMinimumPackages = ( {servers|routers|jails}.!hit.!roll )

-- 
Les Smith
les.smith@uq.edu.au
Ext: 54046




reply via email to

[Prev in Thread] Current Thread [Next in Thread]