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
Steven Armstrong
6662535c28
Merge remote-tracking branch 'telmich/master'
10 years ago
Nico Schottelius
77d6317aa4
Merge pull request #402 from greendeath/feature/rsync_arguments
...
Feature/rsync arguments
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
6c47dfbd54
Merge remote-tracking branch 'telmich/master'
...
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
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
414542cd82
changes++
...
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
8062fd9d6c
changes++
...
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
39326cb03a
Merge branch 'no-dot-cdist'
...
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
10 years ago
Nico Schottelius
b68091e032
integrate __pacman_conf_integrate
...
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
10 years ago
Nico Schottelius
2985bd709a
Merge remote-tracking branch 'dominique/newtype_pacman'
10 years ago
Nico Schottelius
0d42829afc
++changes
...
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
416eb300c0
update path to website
...
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
10 years ago
Nico Schottelius
fc09cdb720
++changes
...
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
10 years ago
Nico Schottelius
3073aea3f8
Merge remote-tracking branch 'origin/master'
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
Nico Schottelius
330cb95ae9
Merge pull request #399 from thekleine/bugfix/type__locale
...
Added centos to type __locale
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
Nico Schottelius
2ea6d41c38
Merge pull request #396 from dheule/bugfix__user_groups
...
fix for older linuxes where gpasswd doesn't have the relevant options…
10 years ago
Nico Schottelius
156ff71430
++changes
...
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
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
7d2fef4b03
++changes
...
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
Daniel Heule
62bd5898aa
fix for older linuxes where gpasswd doesn't have the relevant options ...
10 years ago
Nico Schottelius
8c048a640d
++changes
...
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
10 years ago
Dominique Roux
40d19a6bbb
Change from cat a variable to echo a variable
10 years ago
Nico Schottelius
4f2d529085
add changes for 3.1.12
...
Signed-off-by: Nico Schottelius <nico@freiheit.schottelius.org>
10 years ago
Nico Schottelius
057f4c1be7
Merge pull request #381 from acatton/cleanup-default-parameters
...
Types default values handeling cleanup
10 years ago
Steven Armstrong
c2aa601424
Merge pull request #392 from telmich/type_consul_agent_debian
...
Debian Support for __consul_agent
10 years ago