debops / ansible-pki

Bootstrap and manage internal PKI, Certificate Authorities and OpenSSL/GnuTLS certificates
GNU General Public License v3.0
65 stars 29 forks source link

The make.sh script should not fail silently. #18

Closed MatthewMi11er closed 9 years ago

MatthewMi11er commented 9 years ago

The make.sh script should not fail silently if one of the make tasks fails. Also, it should probably be documented that make is required on the machine running Debops/Ansible.

Currently, if make is unavailable on localhost the script fails to generate all the proper certificates, but the Execute source Makefiles task returns success/changed and never warns that the certificates are missing or why they didn't successfully generate. I found this out the hard way when testing Debops under Cygwin on Windows.

drybjed commented 9 years ago

Good points, thanks. I wasn't even sure that DebOps would work on Windows via Cygwin. :-)

MatthewMi11er commented 9 years ago

@drybjed There's been a few hiccups but mostly it works great.