Commit Graph

5217 Commits

Author SHA1 Message Date
Darko Poljak cb2a8ee603 Merge remote-tracking branch 'ungleich/master' into new-target-env-vars 2016-08-11 21:57:12 +02:00
Darko Poljak 8d6e0760dc Fix errors in remote.py unit test. 2016-08-11 21:55:20 +02:00
Darko Poljak 45298b810c Add more comments. 2016-08-11 00:04:37 +02:00
Darko Poljak dbcc94ab65 Add derived env vars for target hostname and fqdn. 2016-08-10 23:56:56 +02:00
Darko Poljak d82bd52b04 Fix no newline at the end of file. 2016-08-10 18:37:40 +02:00
Darko Poljak b400ae9c94 Separate __keyboard type. 2016-08-10 18:34:49 +02:00
Darko Poljak 8918186d53 Merge remote-tracking branch 'ungleich/master' into keyboard-locale_system-types 2016-08-10 18:29:57 +02:00
Darko Poljak ba0ea2206e Move legal to docs. 2016-08-10 18:18:54 +02:00
Darko Poljak df566f4ff8 GPLv3+ relicensing. 2016-08-10 18:15:54 +02:00
dmitrybogatov b1152464c3 Include relicense agreements 2016-08-10 17:40:30 +02:00
dmitrybogatov ffc3451c67 GPLv3+ relicensing: Ricardo Catalinas 2016-08-10 17:40:04 +02:00
Nico Schottelius 9ce8f6bbb0 Merge branch 'master' of github.com:telmich/cdist 2016-08-05 12:33:58 +02:00
Nico Schottelius 67429479f0 Remove very old notes
Not up-to-date anymore and might be misleading.
2016-08-05 12:31:36 +02:00
Steven Armstrong e48486636e Merge pull request #467 from dheule/feature__filesystem
new type __filesystem, first version

Awesome! Thanks!
2016-08-02 16:14:09 +02:00
Daniel Heule 8747474fd5 device now defaults to object_id 2016-08-02 11:06:17 +02:00
Daniel Heule 13b2443d6b last cleanups 2016-08-02 10:07:27 +02:00
Steven Armstrong 3f179c00e7 Merge pull request #469 from ungleich/type/__sysctl
Add type __sysctl
2016-08-02 09:27:57 +02:00
Nico Schottelius 6479ffc499 Really fix the GPLv3+ text 2016-08-02 09:25:11 +02:00
Nico Schottelius ad5ceac563 Update changelog for new type __sysctl 2016-08-02 09:25:11 +02:00
Nico Schottelius a1ff755576 Add type __sysctl
- Migrated asciidoc to rst
- Changed license to GPLv3+
2016-08-02 09:22:21 +02:00
Nico Schottelius 4254046129 Update changelog (__locale_system) 2016-08-02 01:06:29 +02:00
Nico Schottelius 94119003a9 Reference __locale_system in __locale type 2016-08-02 01:02:47 +02:00
Nico Schottelius 06d0eabb5f Add new type: __locale_system
Merge the best of the proposals from Steven and Carlos
2016-08-02 00:58:07 +02:00
Daniel Heule 36c20230b8 optimize the usage of explorers for __filesystem 2016-07-29 15:27:13 +02:00
Daniel Heule 2ed762cd72 new type __filesystem, first version 2016-07-28 14:48:32 +02:00
Darko Poljak 13a5d4963b Merge remote-tracking branch 'ungleich/master' into cdist-type__hosts 2016-07-26 12:25:45 +02:00
Darko Poljak cef47133bc Merge remote-tracking branch 'ungleich/master' into keyboard-locale_system-types 2016-07-26 12:22:37 +02:00
Darko Poljak d2997baf0b Update changelog: v 4.2.2 2016-07-26 07:50:27 +02:00
Nico Schottelius 1a4adc0e21 Merge pull request #463 from darko-poljak/socket-file-fix
Socket file fix
2016-07-25 11:43:04 +02:00
Darko Poljak f5dd4e0a76 Improve pep8 targets and checking in release. 2016-07-24 22:24:15 +02:00
Darko Poljak 1959e9cdd8 Fix error message. 2016-07-23 16:29:51 +02:00
Darko Poljak 36627e2969 Merge remote-tracking branch 'ungleich/master' into socket-file-fix 2016-07-23 16:26:36 +02:00
Darko Poljak 6de632c0b9 Update changelog 2016-07-23 16:25:13 +02:00
Darko Poljak fdd1062b85 Update changelog 2016-07-23 16:20:46 +02:00
Darko Poljak 099893d11b Update changelog. 2016-07-23 16:19:34 +02:00
Darko Poljak 135b4fbadf Update changelog. 2016-07-23 16:17:43 +02:00
Darko Poljak 6f28fc2db2 Fix ssh mux socket file error.
ssh ControlPath socket file needs to be unique for each host.
To avoid using ssh ControlPath option placeholders move socket file
to host's temp directory. Since each host has unique temp
directory then, although file name for socket file is fixed, its path
is unique.
2016-07-23 16:13:59 +02:00
Darko Poljak ca3644a08a Add pep8 target. 2016-07-23 16:00:07 +02:00
Darko Poljak dacb5720c5 Create hash func for string args to be used cdist wide. 2016-07-23 15:11:14 +02:00
Darko Poljak 2011db16a8 Add scripts/cdist to pep8 check. 2016-07-23 15:10:32 +02:00
dmitrybogatov 88ec06d06f new type: __hosts
This type adds or removes entries from /etc/hosts,
ensuring that same hostname can never resolve to
several different ip addresses.

Signed-off-by: Dmitry Bogatov <KAction@gnu.org>
2016-07-22 09:52:03 +02:00
Darko Poljak 4c106752f1 Add new types, __keyboard and __locale_system, contributed by Carlos Ortigoza. 2016-07-22 08:12:18 +02:00
Nico Schottelius f7ab5d4869 Merge pull request #457 from panter/fixes/preos
Fixes for cdist preos command
2016-07-20 14:59:43 +02:00
Darko Poljak 7e57575f9e Improve and fix reference doc and cdist man page. 2016-07-20 08:16:58 +02:00
Darko Poljak cab0381c2a Update license to GPLv3+ for my types and cdist man pages. 2016-07-20 07:55:48 +02:00
Darko Poljak 4e5b9492b8 Update docs with dist conf dir and .cdist conf dir info. 2016-07-19 13:00:14 +02:00
Darko Poljak a434ec8dde Merge branch '4.2' 2016-07-18 20:33:23 +02:00
Darko Poljak b7d2ec4b6e 4.2.1 changelog 2016-07-18 20:12:48 +02:00
Darko Poljak 25e69d1302 Fix release signing: upload also archive that is signed. 2016-07-18 19:58:21 +02:00
Darko Poljak 25bfad452c Fix missing trailing slash for archive prefix. 2016-07-18 19:48:54 +02:00