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

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
remotes/origin/no-dot-cdist
Steven Armstrong 10 years ago
parent 3c720640dd
commit 2bcaaa744f
  1. 7
      cdist/conf/type/__consul/man.text
  2. 1
      cdist/conf/type/__consul/parameter/default/install-to
  3. 1
      cdist/conf/type/__consul/parameter/optional

@ -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
--------------------------------------------------------------------------------

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

Loading…
Cancel
Save