module-puppetlabs-apt/manifests
Daniele Sluijters 791012b2c9 source: Support complex pin, like key does.
This adds support for passing in a full pin declaration as the pin
parameter on a source declaration.

It keeps the old behaviour intact, you can still simply do `pin => '10'`
and it will pin on origin with a priority of 10.

Should that not be what you want you can now pass in a full pin
declaration instead. We make no assumptions here, whatever you pass in
will be passed through to pin as-is with the exception of the values for
`ensure` and `before` which are always overridden by us to ensure
everything keeps working as designed.
2015-04-09 15:44:20 -07:00
..
conf.pp apt::setting: Parse type and name from title. 2015-02-26 20:15:42 +01:00
init.pp (MODULES-1156, MODULES-769) Remove unnecessary anchors 2015-03-24 18:18:14 -04:00
key.pp apt:🔑 Be explicit about the keyserver. 2015-03-01 14:49:04 +01:00
params.pp Merge remote-tracking branch 'upstream/master' into merge_master_to_next 2015-03-25 18:32:09 -04:00
pin.pp apt: Fix all strict variable cases. 2015-03-03 17:33:14 +01:00
ppa.pp (MODULES-1156, MODULES-769) Remove unnecessary anchors 2015-03-24 18:18:14 -04:00
setting.pp (MODULES-1156, MODULES-769) Remove unnecessary anchors 2015-03-24 18:18:14 -04:00
source.pp source: Support complex pin, like key does. 2015-04-09 15:44:20 -07:00
update.pp Remove update['always'] = true support 2015-03-18 13:52:12 -07:00