help-cfengine
[Top][All Lists]
Advanced

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

Re: Is this quirky for a simple copy, editfiles operation?


From: Brendan Strejcek
Subject: Re: Is this quirky for a simple copy, editfiles operation?
Date: Tue, 10 May 2005 13:30:18 -0500
User-agent: Mutt/1.5.6+20040907i

Joel Majka wrote:

> myvar = "127.0.0.1 " + $(host)
> InsertLine "$(myvar)"

Note that this works:

    $ cat cf
    #!/usr/sbin/cfagent -qKf
    
    control:
        actionsequence = ( shellcommands )
        asdf = ( "asdf ${version}" )
    
    shellcommands:
        "/bin/echo ${asdf}"
    $ ./cf
    cfengine::/bin/echo asdf : asdf 2.1.10
    $ 




reply via email to

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