We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d38f4f5 + 5741e0e commit 5d8cbe7Copy full SHA for 5d8cbe7
tasks/install_shell.sh
@@ -1,4 +1,7 @@
1
#!/usr/bin/env bash
2
+
3
+set -e
4
5
# Install puppet-agent as a task
6
#
7
# From https://github.com/petems/puppet-install-shell/blob/master/install_puppet_5_agent.sh
tasks/version_shell.sh
@@ -1,5 +1,7 @@
#!/bin/sh
loc=/opt/puppetlabs/puppet/VERSION
if test -f $loc; then
echo "{\"version\":\"$(cat $loc)\",\"source\":\"${loc}\"}"
0 commit comments