implement apt.conf.d purging
authorGabriel Filion <gabster@lelutin.ca>
Mon, 15 Jul 2019 00:10:55 +0000 (20:10 -0400)
committerGabriel Filion <gabster@lelutin.ca>
Mon, 15 Jul 2019 00:13:24 +0000 (20:13 -0400)
commit84be3a641570123542b8b10f9af14f2e729b8148
tree8664b2bcee654e31265a84eddc90400fa18677a8
parent6d0c3f5537345f27675f044a2181dcadce75fafb
implement apt.conf.d purging

this module already has parameters that let users purge sources.list.d
and preferences.d. It also has resources to create source files in
sources.list.d and "pins" in preferences.d and also has a resource to
create a configuration file in apt.conf.d. however, for some reason it
can't purge apt.conf.d

purging this directory can help users ensure that systems run exactly
with what puppet knows the system should be configured with.
README.md
manifests/init.pp
manifests/params.pp
spec/acceptance/apt_spec.rb
spec/classes/apt_spec.rb