Description: AHOOOOJ svete
Author: 
Keywords: 

Phases:
  Outside Phase
    if: condition
      conditionaaaaaaaaaaaa
    elif: conditionoooooooooooo
      if: conditioneeeeeeeeeee
        conditionesss
      else:
        for: conditionassss
          code: rlRun "abrt-auto-reporting $arg"
          code: get_configured_value
          if: Test if actualy value in arg is not "enabled" and "disabled"
            wee will seee
            code: rlFail "Mangles the configuration value"
          something which is connected to this loop
          code: OLD=$CONF_VALUE
    else: conditionsdaswewqw
      conditionttttttttttttt


Additional information:
  Loops:
    for arg in disabled EnAbLeD dIsAblEd enabled no Yes nO yes 0 1
    do
      conditionassss
      rlRun "abrt-auto-reporting $arg"
      get_configured_value
      something which is connected to this loop
      OLD=$CONF_VALUE
    done

  Conditions:
    if [ $year -eq "0" ]; then
      condition
      conditionaaaaaaaaaaaa
    elif [ $year -eq 0 ]; then
      conditionoooooooooooo
    else
      conditionsdaswewqw
      conditionttttttttttttt
    fi

    if [ $year -ne 0 ]; then
      conditioneeeeeeeeeee
      conditionesss
    else
    fi

    if [ $CONF_VALUE != "enabled" ] && [ $CONF_VALUE != "disabled" ]; then
      Test if actualy value in arg is not "enabled" and "disabled"
      wee will seee
      rlFail "Mangles the configuration value"
    fi


