aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authornadir <nadir-technik@nadir.org>2010-02-17 13:54:05 +0100
committernadir <nadir-technik@nadir.org>2010-02-17 13:54:05 +0100
commite95ac6b120f9d43e4b8c1dccd0badd1ced3b1fee (patch)
tree1f691f377ba13de800b5409e95b231365b233312 /README
parent5972a3556617b4a9acfb0046ee44164bf9b2f517 (diff)
downloadpuppet-apt-e95ac6b120f9d43e4b8c1dccd0badd1ced3b1fee.tar.gz
puppet-apt-e95ac6b120f9d43e4b8c1dccd0badd1ced3b1fee.tar.bz2
added apt::custom_sources_template to deploy custom sources.list.d/xyz.list from templates
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 60c16a0..9968c03 100644
--- a/README
+++ b/README
@@ -146,6 +146,12 @@ upgrade_package { "perl":
"perl-modules":
}
+apt::custom_sources_template
+----------------------------
+Deploys custom sources in /etc/apt/sources.list.d, i.e.
+
+ apt::custom_sources_template { "site-apt/my-repository.list.erb": sources_file => "my-repository.list" }
+
TODO
====