MODULES-2269: Expose notify_update setting
authorBrett Delle Grazie <brett.dellegrazie@indigoblue.co.uk>
Thu, 23 Jul 2015 16:15:53 +0000 (17:15 +0100)
committerBrett Delle Grazie <brett.dellegrazie@indigoblue.co.uk>
Sun, 16 Aug 2015 18:16:36 +0000 (19:16 +0100)
commit9ad4fd682d3223fbd6be3192e5841c366c156cf6
treec4a630a1f0394d2a5a17964b740dda1e16b47959
parent849d000ff335d460fbb11a4d4ee4a83affff729d
MODULES-2269: Expose notify_update setting

* Expose the underlying notify_update setting of the apt::settings resource
This is because not all configuration file changes should trigger an apt::update notification
* apt::pin also shouldn't result in an apt-update call
Adding a pin configuration should apply to the next apt-get update call it shouldn't trigger one itself.
* Added documentation
* Add tests for apt::conf notify_update
README.md
manifests/conf.pp
manifests/pin.pp
spec/defines/conf_spec.rb