Generally speaking, you should be managing files in the sources.list.d
directory instead of managing lines in a single file.
also (generally speaking), you can
apt::source {
foo:
ensure => present;
bar:
ensure => absent;
}
The "style guide" frowns upon this syntax but it is far superior due to the
manifest's reduced size and cleaner organization.
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/puppet-users/-/WqObe01aP0AJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.