help-cfengine
[Top][All Lists]
Advanced

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

Re: multiple edits on one file?


From: Ed Brown
Subject: Re: multiple edits on one file?
Date: Wed, 19 Jan 2005 15:39:06 -0700

Don't know if this is it or not, but if I edit the same file in multiple
editfiles blocks, I always start the blocks with:
ResetSearch "1" 
to set the pointer to the top of the file.

-Ed

On Wed, 2005-01-19 at 15:04, Don Harper wrote:
> Based on various classes being defined, I want to edit one file.
> 
> Now, given that I have three classes defined in a module
> [HaveGold,HaveBronze, and HaveGranite], I want to do something like
> this:
> 
>  any::
>   { /tmp/file
>      DeleteLinesContaining "/tmp"
>      AppendIfNoSuchLine "LABEL=/local"
>      DeleteLinesContaining "/gold"
>      DeleteLinesContaining "/ "
>      DeleteLinesContaining "/bronze"
>      DeleteLinesContaining "/granite"
>      AppendIfNoSuchLine "LABEL=/v-$(gold)"
>    }
> 
>   HaveBronze::
>    { /tmp/file
>      AppendIfNoSuchLine "LABEL=/v-$(bronze)"
>    }
> 
>   HaveGranite::
>    { /tmp/file
>      AppendIfNoSuchLine "LABEL=/v-$(granite)"
>    }
> 
> Now, the any:: section runs, just like it should.  But, the other two
> never run, even if one or both of the classes are defined.  The classes
> get defined from a module defined, and they are listed in
> AddInstallable.  Any clues?
> 
> Thanks!
> 
> Don




reply via email to

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