Hi All,

I am starting to use cobbler to provision servers and there is a use
case for some servers to tweak the swap size.  I currently do the
following for the swap size:

--
#if $machinetype == 'virtual'
#set $swapsize='4096'
#else if $machinetype == 'physical'
#set $swapsize='20480'
#end if
--

However, if I want a few physical servers (part of the same profile)
to bypass this and set more swap size how can I go about implementing
that?  Any help would be appreciated.

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

Reply via email to