>>For instance, I don't want to proceed if some variable is not set:
What I did was; first action in kickstart file is a snippet check_variables, 
this will check all used variables with their value.

For instance to determine if specific database stuff needs to be done;
#if $db == "yes" or $db == "no"
        #set db_parameter_check = "OK"
#end if

If all variables are set correctly then it show a message "# KICKSTART FILE 
CHECK: OK" in the top of kickstart file.
If not then the message "# *** KICKSTART FILE CHECK: FAILED ****"

So we do a View Kickstart before the actual deployment, to see if it is OK or 
not.

Informatie van de Raad voor de rechtspraak, de rechtbanken, de gerechtshoven en 
de bijzondere colleges vindt u op www.rechtspraak.nl.
_______________________________________________
cobbler mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/cobbler

Reply via email to