diff options
author | nadir <nadir-technik@nadir.org> | 2010-02-17 13:54:05 +0100 |
---|---|---|
committer | nadir <nadir-technik@nadir.org> | 2010-02-17 13:54:05 +0100 |
commit | e95ac6b120f9d43e4b8c1dccd0badd1ced3b1fee (patch) | |
tree | 1f691f377ba13de800b5409e95b231365b233312 /README | |
parent | 5972a3556617b4a9acfb0046ee44164bf9b2f517 (diff) |
added apt::custom_sources_template to deploy custom sources.list.d/xyz.list from templates
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 ==== |