[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Using wild cards in class definitions
From: |
Brendan Strejcek |
Subject: |
Re: Using wild cards in class definitions |
Date: |
Sat, 13 Nov 2004 12:14:47 -0600 |
User-agent: |
Mutt/1.5.6+20040818i |
Maybe:
classes:
asdf = ( RetrunsZero(/bin/sh -c "test -f /etc/rc.d/rc5.d/*ypbind") )
Gregory LeBaron wrote:
> Using cfagent 2.1.11 I can define a class like this:
>
> classes:
> YP_Clients = ( '/usr/bin/test -f /etc/rc.d/rc5.d/S27ypbind' )
>
> but
> YP_Clients = ( '/usr/bin/test -f /etc/rc.d/rc5.d/*ypbind' )
>
> doesn't seem to work. Am I missing something really obvious here?
>
> Thanks
>
>
>
>
> _______________________________________________
> Help-cfengine mailing list
> Help-cfengine@gnu.org
> http://lists.gnu.org/mailman/listinfo/help-cfengine
>