DEBSOURCES
Skip Quicknav
sources / dh-puppet / 1.1 / dh_puppet_module_autopkgtest
123456789
#!/bin/sh puppet apply --test "$1" test $? -eq 2 || exit 1 sleep 5 puppet apply --test "$1" test $? -eq 0 || exit 1