Commit Graph

3674 Commits

Author SHA1 Message Date
Nico Schottelius 8bf196fdc0 add helpful log message when resolving dependencies
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
2012-11-20 22:41:38 +01:00
Nico Schottelius 661e33ac4b document on how to speed up shell execution
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
2012-11-20 18:09:57 +01:00
Nico Schottelius b996dcbae1 bugfix __qemu_img
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
2012-11-19 17:42:39 +01:00
Nico Schottelius 8408f433e9 remove type from here - goes into cdist-nico repo
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
2012-11-19 17:27:35 +01:00
Nico Schottelius a6452cfabd rename type to reflect new environment
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
2012-11-19 17:24:38 +01:00
Nico Schottelius 3dfad32d4c add new type: __localch_kvm_vm
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
2012-11-19 17:24:01 +01:00
Nico Schottelius 785c9ad4aa no after/before for now (--changes)
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
2012-11-19 15:20:22 +01:00
Nico Schottelius 2fe647a1f7 Revert "implement before/after to declare dependencies and deprecate require"
Comment from asteven:
    Some problems showed up while updating the docs and tests.
    You should revert the merge for now.

This reverts commit 84770b9ef2.
2012-11-19 15:17:46 +01:00
Nico Schottelius d4fc49fa6b begin manpage
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
2012-11-19 15:13:57 +01:00
Nico Schottelius 7518d527ac Merge branch 'master' into type__git 2012-11-19 13:44:17 +01:00
Nico Schottelius d419722a24 adapt documentation to use boolean parameter as well
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
2012-11-19 13:43:45 +01:00
Nico Schottelius bb19902581 Merge branch 'master' into type__jail_boolean 2012-11-19 13:40:59 +01:00
Nico Schottelius 4718b81a08 Documentation cleanup (old pre-boolean variant)
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
2012-11-19 13:40:35 +01:00
Nico Schottelius 52368b0116 ++changes, ++update notes
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
2012-11-19 13:35:40 +01:00
Nico Schottelius 67545eda79 Merge remote-tracking branch 'steven/issue_140' 2012-11-19 13:35:21 +01:00
Nico Schottelius a8d4544c46 ++changes
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
2012-11-19 13:28:56 +01:00
Nico Schottelius 4ab51df2c8 Merge pull request #139 from asteven/2.1_before-after
implement before/after to declare dependencies and deprecate require
2012-11-19 04:27:09 -08:00
Nico Schottelius 4e3bab81d5 Merge pull request #138 from asteven/issue_138
file from stdin is broken
2012-11-19 04:17:43 -08:00
Steven Armstrong 7f0ae7928a fix state explorer to properly detect already existing ppa
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
2012-11-19 13:05:23 +01:00
Steven Armstrong 84770b9ef2 implement before/after to declare dependencies and deprecate require
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>

--whitespace

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
2012-11-19 12:29:49 +01:00
Steven Armstrong 6d430524f1 binary all the way, fixes issue #138
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
2012-11-19 12:04:07 +01:00
Nico Schottelius 13968d16f6 change __jail to boolean, fixes #128
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
2012-11-19 10:36:52 +01:00
Nico Schottelius 327a0f2844 remove --groups from __user type
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
2012-11-18 23:31:19 +01:00
Nico Schottelius 1774b50e47 argh - side effects
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
2012-11-18 23:20:22 +01:00
Nico Schottelius aedda96f3e ++changes
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
2012-11-18 12:36:12 +01:00
Steven Armstrong b0ac5fe78d update __jail type to match changed signature of __directory: fixes #135
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
2012-11-16 21:18:08 +01:00
Nico Schottelius 9c5926f697 Merge branch '__user_groups' of https://github.com/asteven/cdist 2012-11-16 15:58:57 +01:00
Nico Schottelius 500c194328 Merge branch 'issue_126' of https://github.com/asteven/cdist 2012-11-16 15:34:58 +01:00
Steven Armstrong 28e8632097 new type: __user_group: manage user groups
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
2012-11-16 15:31:33 +01:00
Steven Armstrong 6c685e61d5 fixes #126
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
2012-11-16 15:27:32 +01:00
Steven Armstrong e4910933b1 __apt_ppa: /enabled/present/ -e /disabled/absent/
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
2012-11-16 14:56:20 +01:00
Nico Schottelius bec3569724 document more changes for next release
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
2012-11-15 17:48:01 +01:00
Nico Schottelius e6bf226036 convert __rvm_gmeset to boolean parameter
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
2012-11-15 17:47:06 +01:00
Nico Schottelius f834352e88 document changes for next version, fixes #122
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
2012-11-15 17:38:43 +01:00
Nico Schottelius 18dd0ebd33 ensure global and type explorers are executable on the remote side
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
2012-11-15 17:37:15 +01:00
Nico Schottelius 19426574f7 remove obsolete move
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
2012-11-15 16:49:00 +01:00
Nico Schottelius 8457e6cfd1 also git add & commit the manpages
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
2012-11-15 15:17:15 +01:00
Nico Schottelius 018ba02111 no past
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
2012-11-15 15:03:55 +01:00
Nico Schottelius a3f3d2a3b3 call man-pub in dist, but not in web releases
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
2012-11-15 14:54:15 +01:00
Nico Schottelius c10080ec2f add path prefix for manpages
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
2012-11-15 14:47:42 +01:00
Nico Schottelius 447092ced4 hint to the documentation on the install site
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
2012-11-15 14:43:11 +01:00
Nico Schottelius 625f67f45f exchange comma
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
2012-11-15 14:36:45 +01:00
Nico Schottelius 5ffd523340 doc and doc building update
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
2012-11-15 14:33:08 +01:00
Nico Schottelius c51edff9f5 ++changes(2.1.0pre8)
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
2012-11-15 14:15:54 +01:00
Nico Schottelius cad5015962 no autofs* anymore
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
2012-11-15 14:08:27 +01:00
Nico Schottelius eb6478ce58 Merge branch 'master' into 2.1_doc_restructure 2012-11-15 14:07:01 +01:00
Nico Schottelius 38e84a8b69 fix title
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
2012-11-15 14:06:25 +01:00
Nico Schottelius 373120814c update install/update instructions
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
2012-11-15 14:02:38 +01:00
Nico Schottelius b512a76db9 documentation pointers
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
2012-11-15 14:02:17 +01:00
Nico Schottelius 7550f4de3e reorder comparision
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
2012-11-15 12:10:36 +01:00