forked from ungleich-public/cdist
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:
parent
3c720640dd
commit
2bcaaa744f
3 changed files with 0 additions and 9 deletions
|
@ -22,9 +22,6 @@ None.
|
||||||
|
|
||||||
OPTIONAL PARAMETERS
|
OPTIONAL PARAMETERS
|
||||||
-------------------
|
-------------------
|
||||||
install-to::
|
|
||||||
where to install the binary. Defaults to /usr/local/bin/consul
|
|
||||||
|
|
||||||
state::
|
state::
|
||||||
either 'present' or 'absent'. Defaults to 'present'
|
either 'present' or 'absent'. Defaults to 'present'
|
||||||
|
|
||||||
|
@ -43,10 +40,6 @@ __consul
|
||||||
# specific version
|
# specific version
|
||||||
__consul \
|
__consul \
|
||||||
--version 0.4.1
|
--version 0.4.1
|
||||||
|
|
||||||
# install the consul binary to a specific location
|
|
||||||
__consul \
|
|
||||||
--install-to /somewhere/special/consul
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
/usr/local/bin/consul
|
|
|
@ -1,3 +1,2 @@
|
||||||
install-to
|
|
||||||
state
|
state
|
||||||
version
|
version
|
||||||
|
|
Loading…
Reference in a new issue