Hello,

I am trying to modify the wrapper script listed on the webpage to include
multiple scripts but I am just a beginner with the cheetah scripting and
need some help

I am wanting to pass an array? For $wrappedscript
#set global $wrappedscript = "script1 script2 script3"
SNIPPET::post_sles_wrappedscript
These scripts are just shell scripts

Cat post_sles_wrappedscript
  <scripts>
    <post-scripts config:type="list">
      <script>
        <interpreter>shell</interpreter>
        <network_needed config:type="boolean">false></network_needed>
        <source>
        <![CDATA[
#for $iname in $wrappedscript
$SNIPPET($iname)
#end for
        ]]>
        </source>
        <location></location>
      </script>
    </post-scripts>
  </scripts>

However this is not working... can someone verify my syntax?

Thanks


-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Christian Horn
Sent: Thursday, May 28, 2009 3:08 PM
To: cobbler mailing list
Subject: Re: setting dns-domain for suse distros

On Thu, May 21, 2009 at 12:05:03PM -0400, Michael DeHaan wrote:
> 
> Share it in it's flux-state if you don't mind ... we can work on 
> polishing it later.

You are right, created http://fluxcoil.net/doku.php/cobbler/sles .
Maybe useful for others, comments/enhancements welcome.

Btw, i am this week in Slovakia, doing a workshop on linux-deploy-
ment with Cobbler (hey guys ;).


Christian
_______________________________________________
cobbler mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/cobbler


_______________________________________________
cobbler mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/cobbler

Reply via email to