Nico Schottelius
|
8d5357107b
|
use uname -n in hostname explorer
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
|
11 years ago |
Steven Armstrong
|
aee97cffd6
|
install proper packages
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
|
11 years ago |
Nico Schottelius
|
cd6abf379a
|
allow hostname -f to fail and return empty output
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
|
11 years ago |
Nico Schottelius
|
9123940255
|
port selection of first part into gencode-remote
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
|
11 years ago |
Nico Schottelius
|
29d4f910bc
|
do not change parameters
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
|
11 years ago |
Nico Schottelius
|
5279b7239c
|
import __hostname - Thanks, Steven!
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
|
11 years ago |
Nico Schottelius
|
ac0c88fe9f
|
remove some old typos and omit type details that follow anyway
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
|
11 years ago |
Nico Schottelius
|
ce73cef457
|
explain that a requirement caused the error, otherwise you search until you die
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
|
11 years ago |
Daniel Heule
|
61aec12ba1
|
Try2 to make cdist honor the manifest order,
this implementation has some more lines of code,
but no collision with the require variable.
|
11 years ago |
Daniel Heule
|
824381e6ca
|
new special value require="CDIST_HONOR_MANIFEST_ORDER"
which tells cdist to execute types in the manifest order
|
11 years ago |
Daniel Heule
|
4e94713f07
|
documented all messages which I have found via grep
|
11 years ago |
Steven Armstrong
|
36a330eb3c
|
redirect stderr to /dev/null
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
|
11 years ago |
Steven Armstrong
|
0b7d9babf6
|
whitespace--
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
|
11 years ago |
Steven Armstrong
|
3b072a7abb
|
use __block type to manage keys
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
|
11 years ago |
Steven Armstrong
|
095c5335c6
|
use default parameters
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
|
11 years ago |
Nico Schottelius
|
2c30704ba7
|
add hints about ignored parameters
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
|
11 years ago |
Steven Armstrong
|
a787d2b27b
|
new type to manage a block of text in a file
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
|
11 years ago |
Steven Armstrong
|
33c8f83fa6
|
new type to manage mounts, either via fstab or manually
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
|
11 years ago |
Daniel Heule
|
5a114cf6ae
|
__cron should replace entrys with his id, try 2
|
11 years ago |
Daniel Heule
|
6afc4b82c2
|
__cron should replace entrys with his id
|
11 years ago |
Steven Armstrong
|
94aa0df747
|
add missing import
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
|
11 years ago |
Steven Armstrong
|
ef1394f4d1
|
filter out special/hidden files when iterating over explorers
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
|
11 years ago |
Nico Schottelius
|
c130bdf534
|
if hostname is an absolute path, strip alway leading slash
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
|
11 years ago |
Daniel Heule
|
613d66b7a7
|
corrected man page and gencode update for correct messages
|
11 years ago |
Steven Armstrong
|
547c1f9c86
|
copy files instead of directories to give --remote-copy implementation a chance to dereference symlinks
also fixes #242 by filtering 'hidden' files (starting with a dot)
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
|
11 years ago |
Daniel Heule
|
afb06b729e
|
mode and message handling now like __file type
|
11 years ago |
Nico Schottelius
|
3f08565e59
|
Revert "install rubygems for ubuntu/debian"
On request by Steven.
This reverts commit d2c45717f1 .
|
11 years ago |
Daniel Heule
|
3e398b233b
|
fix compare with leading 0 on directory mode
|
11 years ago |
Nico Schottelius
|
f8c36c080e
|
do not escape \ in --line
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
|
11 years ago |
Daniel Heule
|
f5cee7a57d
|
suses chkconfig has the same name, but works different
|
11 years ago |
Steven Armstrong
|
d2c45717f1
|
install rubygems for ubuntu/debian
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
|
11 years ago |
Daniel Heule
|
dc8e9c6855
|
fix typo on optional parameter which is only a passthrough to
__package_zypper
|
11 years ago |
Steven Armstrong
|
7ab5cd35ac
|
missing parens -> matched what we did not want to match
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
|
11 years ago |
Steven Armstrong
|
49bdd83ea1
|
test for feature instead of type
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
|
11 years ago |
Steven Armstrong
|
08762330e1
|
default to None, not empty list
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
|
11 years ago |
Steven Armstrong
|
39f65d2ef7
|
leave conversion of list to underlying fsproperty
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
|
11 years ago |
Steven Armstrong
|
8b0eb5766a
|
bugfix: handle non-existent default
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
|
11 years ago |
Steven Armstrong
|
67f61eb7ec
|
make default values for optional_multiple parameters work
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
|
11 years ago |
Daniel Heule
|
c50925cab5
|
bugfix in __cron type, was a wrong quoting
|
11 years ago |
Daniel Heule
|
d6f84d1ef0
|
__start_on_boot incl. gentoo support
|
11 years ago |
Steven Armstrong
|
80fffbad11
|
implement messaging for __user type
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
|
11 years ago |
Steven Armstrong
|
9d54eb7257
|
implement messaging for __group type
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
|
11 years ago |
Daniel Heule
|
e5253e0330
|
correct man page text of system parameter
|
11 years ago |
Nico Schottelius
|
122fb96654
|
use default parameter for __start_on_boot type
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
|
11 years ago |
Daniel Heule
|
7d4c11a186
|
reset false mode changes
|
11 years ago |
Daniel Heule
|
138d26e398
|
extended type __user: parameter state, system, remove-home new
|
11 years ago |
Daniel Heule
|
a70d478f9e
|
fixed a minor type with param remove-all-other-services
|
11 years ago |
Daniel Heule
|
aec1632627
|
on older systems, zypper service and zypper repos
doesn't know the parameter -E,
so we need a way which works on older releases too
|
11 years ago |
Steven Armstrong
|
14dee79a9b
|
handle parameter --state explicilty to respect defaults
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
|
11 years ago |
Daniel Heule
|
c48f31389f
|
initial submit of type __package_emerge_dependencies
|
11 years ago |