Skip to content

Commit

Permalink
Merge pull request #10 from mengesb/chef_mlsa
Browse files Browse the repository at this point in the history
chef_mlsa
  • Loading branch information
mengesb authored Aug 9, 2016
2 parents 353189a + 5c97eb6 commit 9097ba1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions files/chef_mlsa.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#!/usr/bin/env bash
case ${1,,} in
true) exit 0 ;;

1) exit 0 ;;

false) echo "Please set acept_license = \"true\" in terraform.tfvars"
exit 1 ;;

0) echo "Please set acept_license = \"true\" in terraform.tfvars"
exit 1 ;;

*) echo "Please set acept_license = \"true\" in terraform.tfvars"
exit 1 ;;
esac

0 comments on commit 9097ba1

Please sign in to comment.