Commit Graph

58 Commits

Author SHA1 Message Date
dmitrybogatov 10735ffb84 Description: Fix spelling in manuals
Forwarded: yes
Last-Update: 2015-05-14
2015-05-19 11:58:50 +02:00
Ricardo Catalinas Jiménez 3e7c804fe5 Explain in the doc how to create a global dependency 2014-09-29 22:37:50 +01:00
Ricardo Catalinas Jiménez 9184c310f2 Fix formatting of manifest doc 2014-09-29 22:37:50 +01:00
Ricardo Catalinas Jiménez e1c45e11fc Fix style typos in type's doc 2014-09-29 22:37:50 +01:00
Nico Schottelius 72947b7f6b Fix typo in cdist-explorer
Thanks, henk!

15:53 < henk> telmich: s/Except/Expect/ in
http://www.nico.schottelius.org/software/cdist/man/latest/man7/cdist-explorer.html

Signed-off-by: Nico Schottelius <nico@freiheit.schottelius.org>
2014-09-16 15:59:08 +02:00
Nico Schottelius 28ab1c92dd add more examples for messaging
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
2014-06-26 17:17:29 +02:00
Daniel Heule d86e50172a remove the "BETA FEATURE" flags from CDIST_ORDER_DEPENDENCY and CDIST_OVERRIDE. 2014-05-05 19:08:06 +02:00
tpo 2ff61d1965 wording 2014-04-30 16:42:35 +02:00
tpo e5a12803ff expand "Dependencies" paragraph 2014-04-30 15:57:44 +02:00
tpo 5b8ab385f2 clarify docu 2014-04-30 15:50:14 +02:00
tpo 779374ad94 wording 2014-04-30 11:59:07 +02:00
tpo dc7f5ab628 typo 2014-04-30 11:57:10 +02:00
tpo cdb5b9c82a wording 2014-04-30 11:53:04 +02:00
tpo 9ffdde3646 wording 2014-04-30 11:45:13 +02:00
tpo 8ae9bcfec9 whitespace 2014-04-30 11:28:13 +02:00
tpo 28a734fcc0 asciidoc syntax fix 2014-04-30 11:17:09 +02:00
Daniel Heule b87b5eab31 documentation to __object in execution run 2014-03-20 16:23:28 +01:00
Daniel Heule cfbc68aa11 bugfix if both override and order is specified 2014-02-12 10:31:46 +01:00
Nico Schottelius 1be3ea4362 Merge branch 'origin/feature_object_override' of git://github.com/dheule/cdist 2014-02-06 16:32:29 +01:00
Daniel Heule 52e2017d8f CDIST_ALLOW_OVERRIDE -> CDIST_OVERRIDE as requested by nico 2014-02-06 16:03:07 +01:00
Nico Schottelius 724385fcf3 update manifest document for in order execution
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
2014-02-06 15:55:41 +01:00
Daniel Heule 51afca5336 Implement lastest suggestions from nico, rename ENV Variable to
CDIST_ORDER_DEPENDENCY
2014-02-06 15:26:17 +01:00
Daniel Heule 2b5929c881 Merge branch 'master' of https://github.com/telmich/cdist into feature__cdist_autodep_try2
Conflicts:
	docs/man/man7/cdist-manifest.text
2014-02-06 15:10:34 +01:00
Nico Schottelius 34f2f7f038 setting up CDIST_ALLOW_OVERRIDE to any value is ok - do not depend on true/yes/ja
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
2014-02-05 21:09:24 +01:00
Daniel Heule 1b455e810b clarify in the example that override don't touch parameter witch are not
present in the 2nd call
2014-02-02 20:29:41 +01:00
Nico Schottelius dc1a5dfd6d update override documentation
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
2014-01-31 21:50:32 +01:00
Nico Schottelius 99dedc4933 examples are always the last section
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
2014-01-31 21:48:09 +01:00
Nico Schottelius a9dd040164 Merge branch 'feature_object_override' of git://github.com/dheule/cdist 2014-01-31 21:47:23 +01:00
Daniel Heule 197fabf40a added some ideas from asteven and a bit more description about the order
in the manpage
2014-01-31 17:56:55 +01:00
Nico Schottelius aa3e92f07b use directory files/, not templates
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
2014-01-29 21:08:22 +01:00
Daniel Heule 4ef55ef13f allow object overrides with CDIST_ALLOW_OVERRIDE=true 2014-01-27 16:19:01 +01:00
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.
2014-01-18 19:23:21 +01:00
Daniel Heule 824381e6ca new special value require="CDIST_HONOR_MANIFEST_ORDER"
which tells cdist to execute types in the manifest order
2014-01-17 23:35:02 +01:00
Nico Schottelius 5f5b9f8cc4 describe how to develop multiple features at the same time
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
2013-12-04 21:25:10 +01:00
Nico Schottelius 4947b154ee update cdist hacker with git workflow
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
2013-12-04 21:22:18 +01:00
Nico Schottelius 7783060993 document messaging
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
2013-12-04 14:19:23 +01:00
Nico Schottelius 49c686319e add more exapmles to cdist-manifest
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
2013-10-10 09:51:26 +09:00
Nico Schottelius c3a05adaff Merge branch 'master' of https://github.com/agreif/cdist 2013-10-05 20:37:53 +09:00
Alex Greif 1ec8be79ef adjusted parameters for __package __file for current HEADa 2013-10-05 11:24:12 +02:00
Nico Schottelius 55d83acaae clarify mirrors
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
2013-10-05 16:48:55 +09:00
Steven Armstrong 9358efd273 document new feature: configurable default values for parameters
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
2013-09-04 22:23:01 +02:00
Nico Schottelius 5b79a97d34 add hint to use /bin/sh -e consistently (thanks, Steven!)
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
2013-08-29 11:28:53 +02:00
Nico Schottelius 1b5010b747 ++docs: cdist-troubleshooting
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
2013-08-28 15:29:47 +02:00
Nico Schottelius 46a0689dfe how to store non-cdist related content in a cdist repo
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
2013-08-27 11:15:43 +02:00
Nico Schottelius 32f878ad00 update docs, document exit code bug
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
2013-08-12 11:42:00 +02:00
Nico Schottelius c7811fb056 restore cdist-type.text
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
2013-07-12 19:36:49 +02:00
Nico Schottelius 5712df850b build type manpages using the Makefile
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
2013-07-09 14:00:42 +02:00
tpo 995a02360b improve docu wording 2013-07-07 13:18:32 +02:00
tpo 0162436ab7 fix asciidoc misinterpretation
asciidoc was misinterpreting the '-----' (see patch) as underlining
the previous text instead of as starting the next source code section.

Inserting a newline in between to help asciidoc.
2013-07-07 13:11:20 +02:00
tpo 243106f513 improve docu wording 2013-07-07 13:11:09 +02:00