:: [DNG] cdist real-world
Top Pagina
Delete this message
Reply to this message
Auteur: Simon Walter
Datum:  
Aan: dng
Onderwerp: [DNG] cdist real-world
I just now had time to update cdist and saw this gem in
docs/src/cdist-real-world.rst:


    case "$os" in
        devuan)
            :
        ;;
        *)
            echo "OS $os currently not supported" >&2
            exit 1
        ;;
    esac