Darko Poljak
2dfc30e3c4
Revert "Add ssh multiplexing options to default REMOTE_EXEC and REMOTE_COPY."
...
This reverts commit bb43a8f47f
.
9 years ago
Darko Poljak
bb43a8f47f
Add ssh multiplexing options to default REMOTE_EXEC and REMOTE_COPY.
9 years ago
Nico Schottelius
f6678b931f
Remove zip package from __consul as it is required on the management host only
...
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
9 years ago
Nico Schottelius
bf4ece76fd
update __consul with new URLs and new versions
...
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
9 years ago
Stephan Leemburg
b03a4f2829
Added Mitel as a redhat derived OS
9 years ago
Stephan Leemburg
37fec8b3b5
Added Mitel as a redhat derived OS
9 years ago
Steven Armstrong
f0e07903b6
fix download url for consul 0.5.2
...
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
9 years ago
Christian Kruse
d1d065a3e1
fix: don't overwrite ownergroup but append
9 years ago
Jonathan A. Kollasch
90fe1bf6c9
add some NetBSD support in __user_groups
10 years ago
Jonathan A. Kollasch
cef2b32663
don't use the non-existant gshadow database on NetBSD either
10 years ago
Jonathan A. Kollasch
185d7f593a
Treat NetBSD the same as FreeBSD and OpenBSD in 'stat' explorers
10 years ago
Jonathan A. Kollasch
ed75374b95
support NetBSD in __timezone type
10 years ago
David Hürlimann
90f3f81c39
Added advertise-wan as optional parameter for consul
10 years ago
David Hürlimann
0057ee5558
Added new version for consul
10 years ago
David Hürlimann
ef98c54989
Added retry-join-wan to consul parameters
10 years ago
Steven Armstrong
c3bf4c7b61
correctly merge and reformat custom json into generated config
...
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
10 years ago
Dmitry Bogatov
7d6990d933
By default, package is not autoremoved, if it either suggested or
...
recommened, but not is dependency for some other. With this change,
either package is dependency of manually installed, either is is subject
to autoremove.
10 years ago
Steven Armstrong
31dddca0db
update params
...
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
10 years ago
Steven Armstrong
543d79a7b5
drop support for <0.10.0
...
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
10 years ago
Steven Armstrong
6fb35c7d90
make 0.10.0 the default version
...
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
10 years ago
Steven Armstrong
a234912406
support version 0.10.0
...
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
10 years ago
Steven Armstrong
c4aef429c2
dont use `consul leave` to shutdown, just kill instead
...
If all servers in a cluster leave, the cluster is basically destroyed.
Servers are supposed to just die without leaving, otherwise rejoin no
longer works and manual recovery is required.
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
10 years ago
Steven Armstrong
b515601c9c
create /var/run/consul with permissions suitable for storing unix sockets
...
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
10 years ago
Dominique Roux
97dc358dc6
added new section
10 years ago
Dominique Roux
879ddefbdf
added second example for additional rsync options
10 years ago
Dominique Roux
d91b478ae0
added rsync(1) in see also
10 years ago
Dominique Roux
036f90165e
updated man.txt
...
inserted beginning "--" in front of every rsync-opts
10 years ago
Dominique Roux
4f375a03c1
- added COPYING info
...
- added parameter rsync-opts
work need to be done:
- the rsync-opts gets ignored by cdist since the opts are --[OPTS] like and cdist takes this as a own parameter
10 years ago
Steven Armstrong
085a7c8ce1
work in progress: start upgrading consul-template to 0.9.0
...
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
10 years ago
Steven Armstrong
a1f1b3540d
+consul 0.5.2
...
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
10 years ago
Steven Armstrong
47daae1aa2
Revert "__consul type requires unzip to be installed"
...
This reverts commit 45df8dca11
.
10 years ago
Nico Schottelius
b68091e032
integrate __pacman_conf_integrate
...
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
10 years ago
Dmitry Bogatov
10735ffb84
Description: Fix spelling in manuals
...
Forwarded: yes
Last-Update: 2015-05-14
10 years ago
Dominique Roux
62e1ecdd08
changed if statement:
...
from if [ != ];
to
if [ ];
10 years ago
Nico Schottelius
10662c48df
+consul 0.5.1
...
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
10 years ago
Nico Schottelius
8819f54116
comparision in shell is =, not ==
...
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
10 years ago
Nico Schottelius
45df8dca11
__consul type requires unzip to be installed
...
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
10 years ago
David Hürlimann
4ffde06fe8
Added centos to type __locale
10 years ago
Dominique Roux
672aa13316
Second forgotten exit
10 years ago
Dominique Roux
1ad4125a3b
Add exit if file is specified
10 years ago
Dominique Roux
f0fd3e4608
small bugfixes
10 years ago
David Hürlimann
eba3c85b9c
Changed the header of firewall type
10 years ago
Dominique Roux
1690c9d8ff
Bugfixes:
...
-Added GPLv3 header
-Set correct '=' in man.text
-Now uses default values cdist-like
-Replace arrays with plain variables
-Rewrote the error message
10 years ago
David Hürlimann
675321b444
Added a new manifest for installing firewall package
10 years ago
Dominique Roux
94e059a293
Added types
...
__pacman_integrate: converts normal pacman.conf to cdist conform
__pacman_conf: Manage pacman.conf with cdist
10 years ago
Nico Schottelius
28c534445b
add Debian 8 support / systemd in __start_on_boot
...
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
10 years ago
Nico Schottelius
27fd52f472
systemd for debian 8
...
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
10 years ago
Daniel Heule
b2aeceae91
minor optimisation ...
10 years ago
Daniel Heule
e89ca14e66
autodedtection of old usermod implementations ...
10 years ago
Daniel Heule
56168cda65
fix for older linuxes where gpasswd doesn't have the relevant options ...
10 years ago