Skip to content

Commit

Permalink
The make.sh script should not fail silently if one of the make tasks …
Browse files Browse the repository at this point in the history
…fails. Also it should probably be documented that make is required on the machine running Debops/Ansible.
  • Loading branch information
MatthewMi11er committed Mar 12, 2015
1 parent 0e710c5 commit 298e318
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ More information about `debops.pki` can be found in the

- `debops.secret`

This role runs some tasks on `localhost`. The machine running debops needs to have `make` and `openssl` available.

### Are you using this as a standalone role without DebOps?

You may need to include missing roles from the [DebOps common
Expand Down
2 changes: 2 additions & 0 deletions templates/secret/pki/make.sh.j2
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/sh
# This file is managed remotely, all changes will be lost

set -e

MAKE="make --silent --no-print-directory"

ROOTCA="authorities/root"
Expand Down

0 comments on commit 298e318

Please sign in to comment.