Darko Poljak
dd1b95f596
Add target_host file with original host to cache since cache dir is hash.
9 years ago
Darko Poljak
f40e6659f7
Make man pages for new types to be by convention. Fix spellings.
9 years ago
Darko Poljak
680806ce76
Fix getting host_name and host_fqdn.
9 years ago
Darko Poljak
2fb551131e
Fix error when non-existing host is used.
9 years ago
Darko Poljak
7cc7c18e77
Add hint for command line flag for enable-beta.
9 years ago
Darko Poljak
fdf6a6570c
Check for beta in scripts/cdist.
9 years ago
Darko Poljak
1c07b63f1d
Add -b/--enable-beta option for enabling beta functionalities.
9 years ago
Darko Poljak
15d6524efd
Fix cdist shell.
9 years ago
Darko Poljak
d96be90f26
Fix self.target_host
9 years ago
Darko Poljak
51ffc0f037
log.info -> log.debug for debug messages
9 years ago
Darko Poljak
33b6545a16
GPLv3+ relicensing.
9 years ago
Darko Poljak
5f436f21b8
Transfer and run global explorers in parallel.
9 years ago
Darko Poljak
a4c49201c0
Add jobs option for parallel execution, global explorers first.
9 years ago
Darko Poljak
8d6e0760dc
Fix errors in remote.py unit test.
9 years ago
Darko Poljak
45298b810c
Add more comments.
9 years ago
Darko Poljak
dbcc94ab65
Add derived env vars for target hostname and fqdn.
9 years ago
Darko Poljak
d82bd52b04
Fix no newline at the end of file.
9 years ago
Darko Poljak
b400ae9c94
Separate __keyboard type.
9 years ago
Darko Poljak
df566f4ff8
GPLv3+ relicensing.
9 years ago
Dmitry Bogatov
ffc3451c67
GPLv3+ relicensing: Ricardo Catalinas
9 years ago
Daniel Heule
8747474fd5
device now defaults to object_id
9 years ago
Daniel Heule
13b2443d6b
last cleanups
9 years ago
Nico Schottelius
6479ffc499
Really fix the GPLv3+ text
9 years ago
Nico Schottelius
a1ff755576
Add type __sysctl
...
- Migrated asciidoc to rst
- Changed license to GPLv3+
9 years ago
Nico Schottelius
94119003a9
Reference __locale_system in __locale type
9 years ago
Nico Schottelius
06d0eabb5f
Add new type: __locale_system
...
Merge the best of the proposals from Steven and Carlos
9 years ago
Daniel Heule
36c20230b8
optimize the usage of explorers for __filesystem
9 years ago
Daniel Heule
2ed762cd72
new type __filesystem, first version
9 years ago
Darko Poljak
1959e9cdd8
Fix error message.
9 years ago
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.
9 years ago
Darko Poljak
dacb5720c5
Create hash func for string args to be used cdist wide.
9 years ago
Dmitry Bogatov
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>
9 years ago
Darko Poljak
4c106752f1
Add new types, __keyboard and __locale_system, contributed by Carlos Ortigoza.
9 years ago
Darko Poljak
cab0381c2a
Update license to GPLv3+ for my types and cdist man pages.
9 years ago
Darko Poljak
0d82c37928
Fix spelling errors (Dmitry Bogatov).
9 years ago
Darko Poljak
87d6a9c336
Fix line begining with . is a macro for man page.
9 years ago
Darko Poljak
2eab9b9598
Rm stderr debug output, stderr is not captured.
9 years ago
Darko Poljak
7c55364cc2
Fix absent state for verbose in ccollect_source type.
9 years ago
Darko Poljak
1501590f88
Fix missing stderr in case of script error in python >= 3.5.
9 years ago
Darko Poljak
e2bb629535
Fix shell command not working after new error reporting.
9 years ago
Darko Poljak
54e845da6f
pep8
9 years ago
Darko Poljak
0051240c7c
log.info target_host -> hash
9 years ago
Darko Poljak
120b11e96b
Fix log init error.
9 years ago
Darko Poljak
3b91ace4ea
Additionaly improve hostdir fix.
9 years ago
Steven Armstrong
13d315d718
do not assume target_host is anything that can be used as a directory name
...
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
9 years ago
Stu Zhao
a6643f0d7f
Explore machine type for virtualbox guest
9 years ago
Markus Koller
16cb3a5ff1
Update PXE setup for Debian 8
9 years ago
Markus Koller
e79610f23c
Don't try to use hostnamectl when systemd isn't running
9 years ago
Markus Koller
0e114c37ac
Always use current stable release for preos
9 years ago
Markus Koller
78d7d91e42
Install lsb-release in preos
...
Several types use the lsb_release command to determine the distribution,
if this command is missing unexpected things will happen.
9 years ago