From f0c91f753a67436ed517b7bd231ee892a8f6c071 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 25 Jun 2007 09:50:19 +0000 Subject: modularised apt git-svn-id: http://club.black.co.at:82/svn/manifests/trunk@58 f03ff2f1-f02d-0410-970d-b9634babeaa1 --- README | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..8034a4f --- /dev/null +++ b/README @@ -0,0 +1,19 @@ +Variables: + $apt_clean: Sets DSelect::Clean, defaults to 'auto' on normal hosts and + 'pre-auto' in vservers, since the latter are usually more space-bound and + have better recovery mechanisms via the host + From apt.conf(5), 0.7.2: "Cache Clean mode; this value may be one of + always, prompt, auto, pre-auto and never. always and prompt will + remove all packages from the cache after upgrading, prompt (the + default) does so conditionally. auto removes only those packages + which are no longer downloadable (replaced with a new version for + instance). pre-auto performs this action before downloading new + packages." + +Provided Resources: + File[apt_config]: Use this resource to depend on or add to a completed apt + configuration + Exec[apt_updated]: After this point, current packages can installed via apt, + usually used like this: + Package { require => Exec[apt_updated] } + -- cgit v1.2.3