Darko Poljak
6ae94df0a1
Reset manually to original.
...
Limited connectivity, but have extra time, so doing it online. Will be fixed in a separate branch.
9 years ago
Darko Poljak
3ae042f2cd
Rverting manually (limited connectivity) to original.
...
Will be fixed in a separate branch.
9 years ago
Darko Poljak
e937a939ad
Merge pull request #1 from ungleich/master
...
update from original
9 years ago
Steven Armstrong
32557cfa2c
Merge remote-tracking branch 'ungleich/master'
9 years ago
Steven Armstrong
76a78f0d9b
/spaces/tab/
...
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
9 years ago
Steven Armstrong
afbb3df280
remove legacy cruft
...
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
9 years ago
Darko Poljak
8ed0c672b1
Fix error with args.
9 years ago
Darko Poljak
b4ac23b4f8
Default ssh mux options fixes.
9 years ago
Darko Poljak
215e58eb38
Inspect and add by default ssh multiplexing options.
9 years ago
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
36d6ffbe74
Merge branch 'master' of github.com:telmich/cdist
9 years ago
Nico Schottelius
404f2051a8
++changes
...
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
9 years ago
Nico Schottelius
fcb9e3edd9
++changes
...
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
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
Nico Schottelius
98ba860150
Merge pull request #411 from sleemburg/master
...
Added Mitel as a redhat derived OS
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
Steven Armstrong
483ee91b12
Merge remote-tracking branch 'telmich/master'
9 years ago
Nico Schottelius
df4d14ff61
Merge pull request #410 from ckruse/master
...
fix: don't overwrite ownergroup but append
9 years ago
Christian Kruse
d1d065a3e1
fix: don't overwrite ownergroup but append
9 years ago
Steven Armstrong
7997551b48
Merge remote-tracking branch 'telmich/master'
9 years ago
Nico Schottelius
b9280f1ea7
Merge pull request #407 from jakllsch/netbsd-group
...
don't use the non-existant gshadow database on NetBSD either
9 years ago
Nico Schottelius
46ef188079
Merge pull request #405 from jakllsch/netbsd-explorer-stat
...
Treat NetBSD the same as FreeBSD and OpenBSD in 'stat' explorers
9 years ago
Nico Schottelius
6a15f306e4
Merge pull request #404 from jakllsch/netbsd-timezone
...
support NetBSD in __timezone type
9 years ago
Nico Schottelius
7731dccbae
Merge pull request #408 from jakllsch/netbsd-user-groups
...
add some NetBSD support in __user_groups
9 years ago
Jonathan A. Kollasch
90fe1bf6c9
add some NetBSD support in __user_groups
9 years ago
Jonathan A. Kollasch
cef2b32663
don't use the non-existant gshadow database on NetBSD either
9 years ago
Jonathan A. Kollasch
185d7f593a
Treat NetBSD the same as FreeBSD and OpenBSD in 'stat' explorers
9 years ago
Jonathan A. Kollasch
ed75374b95
support NetBSD in __timezone type
9 years ago
Nico Schottelius
68370db5c3
Merge pull request #403 from thekleine/consul-version-0.5.2
...
Consul version 0.5.2
9 years ago
David Hürlimann
90f3f81c39
Added advertise-wan as optional parameter for consul
9 years ago
David Hürlimann
7de303147c
Added retry-join-wan to consul parameters
9 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
d2dd706a1a
Merge remote-tracking branch 'telmich/master'
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
Nico Schottelius
56e51f834f
++changes
...
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
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
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