aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authordavid <david@f03ff2f1-f02d-0410-970d-b9634babeaa1>2007-06-25 09:50:19 +0000
committerdavid <david@f03ff2f1-f02d-0410-970d-b9634babeaa1>2007-06-25 09:50:19 +0000
commitf0c91f753a67436ed517b7bd231ee892a8f6c071 (patch)
treebe7496fb0785708d90ba609d1ccf05b54fa6e4fc /README
downloadpuppet-apt-f0c91f753a67436ed517b7bd231ee892a8f6c071.tar.gz
puppet-apt-f0c91f753a67436ed517b7bd231ee892a8f6c071.tar.bz2
modularised apt
git-svn-id: http://club.black.co.at:82/svn/manifests/trunk@58 f03ff2f1-f02d-0410-970d-b9634babeaa1
Diffstat (limited to 'README')
-rw-r--r--README19
1 files changed, 19 insertions, 0 deletions
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] }
+