Hi.

You could create an empty /etc/apt/sources.list

Or you could use the file_splice method:
http://reductivelabs.com/trac/puppet/wiki/BracketEditor

We do have the standard distribution repositories in /etc/apt/ sources.list and additional contrib repositories in /etc/apt/ sources.list.d

This works pretty well for us, since we create sources.list via template:
#sources.list.debian.erb
<% downloadmirror.each do |mirror| -%>
deb <%= mirror %>/debian unstable main contrib non-free
deb <%= mirror %>/debian testing main contrib non-free
deb <%= mirror %>/debian stable main contrib non-free

#deb <%= mirror %>/debian-non-US stable main contrib non-free

### Security updates
deb <%= mirror %>/debian-security stable/updates main contrib non-free
deb <%= mirror %>/debian-security testing/updates main contrib non-free

<% end -%>

You only need to define an array called downloadmirror with all or one of the mirrors you want to have. Then you can use this template for / etc/apt/sources.list

bye,
udo.

On 20.06.2009, at 04:36, jchonig wrote:


I'm building apt source files in /etc/apt/sources.list.d on Ubuntu
based on a recipe on the puppet site.  This does have a few problems
though.  Some apps expect /etc/apt/sources.list to exist and get upset
if it doesn't.

I'd rather combine the individual files into one file that replaces /
etc/apt/sources.list.  Is there an easy way to do that?

Thanks.

Jeff

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---


--
:: udo waechter - r...@zoide.net :: N 52º16'30.5" E 8º3'10.1"
:: genuine input for your ears: http://auriculabovinari.de
::                          your eyes: http://ezag.zoide.net
::                          your brain: http://zoide.net




Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to