From e95ac6b120f9d43e4b8c1dccd0badd1ced3b1fee Mon Sep 17 00:00:00 2001 From: nadir Date: Wed, 17 Feb 2010 13:54:05 +0100 Subject: added apt::custom_sources_template to deploy custom sources.list.d/xyz.list from templates --- README | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README') 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 ==== -- cgit v1.2.3