remove support for custom install location; to much dependencies in other types

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2015-02-25 00:16:10 +01:00
parent 3c720640dd
commit 2bcaaa744f
3 changed files with 0 additions and 9 deletions

View File

@ -22,9 +22,6 @@ None.
OPTIONAL PARAMETERS
-------------------
install-to::
where to install the binary. Defaults to /usr/local/bin/consul
state::
either 'present' or 'absent'. Defaults to 'present'
@ -43,10 +40,6 @@ __consul
# specific version
__consul \
--version 0.4.1
# install the consul binary to a specific location
__consul \
--install-to /somewhere/special/consul
--------------------------------------------------------------------------------

View File

@ -1 +0,0 @@
/usr/local/bin/consul

View File

@ -1,3 +1,2 @@
install-to
state
version