module-puppetlabs-apt/spec
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
..
acceptance Merge remote-tracking branch 'upstream/master' into merge_master_to_next 2015-03-25 18:32:09 -04:00
classes Merge remote-tracking branch 'upstream/master' into merge_master_to_next 2015-03-25 18:32:09 -04:00
defines source: Support complex pin, like key does. 2015-04-09 15:44:20 -07:00
unit Convert specs to RSpec 3.1.7 syntax with Transpec 2015-02-24 13:20:29 -08:00
spec.opts Sync files 2014-06-25 17:23:12 -07:00
spec_helper.rb Switch to the new puppetlabs_spec_helper gem 2012-05-31 15:32:03 -07:00
spec_helper_acceptance.rb Fix acceptance tests 2015-02-18 13:42:55 -08:00