help-cfengine
[Top][All Lists]
Advanced

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

Include= broken on tidy:


From: Chip Seraphine
Subject: Include= broken on tidy:
Date: Fri, 21 Jan 2005 14:05:40 -0600
User-agent: Mozilla Thunderbird 1.0 (X11/20041208)

In version 2.1.11, I can stack "include=<pattern>" lines in a copy: command. Trying to do the same thing results in the last include=<pattern> being the only one considered.

Example:

#This works fine, grabbs all keys and pubkeys
copy::
       ${rem_hostlibdir}/ssh                    dest=$(sshdir)
           r=1
           include=ssh_host*_key
           include=ssh_host*_key.pub
           backup=timestamp
           define=complain:complain_keys_restored
           server=$(policyhost)


#This does not work, only looks for .xdr files (ignores .err and .xdr.gz files)
tidy:
       /var/opt/tickrecorder/log
           include=*.err
           include=*.xdr*
           include=*.xdr            #Because * = + on Planet Cfengine.
           age=5
           recurse=1
           type=mtime

--

Chip Seraphine
Unix Administrator
TradeLink, LLC
312-264-2048
chip@trdlnk.com




reply via email to

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