Skip to content

Commit

Permalink
Make executable
Browse files Browse the repository at this point in the history
  • Loading branch information
edestecd committed Mar 13, 2015
1 parent 5f3a497 commit c96615c
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ osx|mac_os_x)
PUPPET_ROOT_GROUP=${PUPPET_ROOT_GROUP:-"wheel"}
PUPPET_SERVICE=${PUPPET_SERVICE:-"com.puppetlabs.puppet"}
sudo ./mac_os_x.sh
;;
*)
echo "Unknown/Unsupported PLATFORM. Usage: $0 {redhat_5|redhat_6|redhat_7|ubuntu|osx}" >&2
echo "Unknown/Unsupported PLATFORM." >&2
echo "Usage: $0 {redhat_5|redhat_6|redhat_7|ubuntu|osx}" >&2
exit 1
esac

Expand Down
Empty file modified centos_5_x.sh
100644 → 100755
Empty file.
Empty file modified centos_6_x.sh
100644 → 100755
Empty file.
Empty file modified centos_7_x.sh
100644 → 100755
Empty file.
Empty file modified debian.sh
100644 → 100755
Empty file.
Empty file modified ubuntu.sh
100644 → 100755
Empty file.

0 comments on commit c96615c

Please sign in to comment.