I'd like to override a profile-set variable for one particular system, but I can't figure out how to do it. For the system, I want to completely replace name_servers_search with "foo.com", but when I put in 'foo.com' for name_servers_search for the system (using the web interface), it just appended it to the profile's value list rather than replacing it:

# cobbler profile dumpvars --name=feds | grep name_servers_search
default_name_servers_search : []
name_servers_search : ['gsfc.nasa.gov', 'nasa.gov']

# cobbler system dumpvars --name=test | grep name_servers_search
default_name_servers_search : []
name_servers_search : ['gsfc.nasa.gov', 'nasa.gov', 'foo.com']

Platform: cobbler-2.2.3-2.el6.noarch, cobbler-web-2.2.3-2.el6.noarch (EPEL) on RHEL6.4

--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Robert Jacobson               [email protected]
Lead System Admin       Solar Dynamics Observatory (SDO)
Bldg 14, E222                             (301) 286-1591

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

Reply via email to