Revision 56a1d5cc man/ganeti-os-interface.rst

b/man/ganeti-os-interface.rst
225 225
    #!/bin/sh
226 226

  
227 227
    case $OSP_DHCP in
228
        ""|yes|no)
229
            ;;
230
        *)
231
            echo "Invalid value '$OSP_DHCP' for the dhcp parameter" 1>&2
232
            exit 1;
233
            ;;
228
      ""|yes|no)
229
          ;;
230
      *)
231
        echo "Invalid value '$OSP_DHCP' for the dhcp parameter" 1>&2
232
        exit 1;
233
        ;;
234 234
    esac
235 235

  
236 236
    exit 0

Also available in: Unified diff