backports: Allow setting a custom priority.
authorDaniele Sluijters <github@daenney.net>
Wed, 26 Mar 2014 16:13:08 +0000 (17:13 +0100)
committerDaniele Sluijters <github@daenney.net>
Wed, 26 Mar 2014 18:10:37 +0000 (19:10 +0100)
commited52e513db21eca180c4ac80cce0cfe116549653
treea2d70033fe44df4bbb0eae60737ac11482b27840
parent83cd22eee1c337454897e530287fc2a654d73fdb
backports: Allow setting a custom priority.

The module used to always pin backports to a priority of 200. This
default is still retained but is now configurable.

Additionally the default is now an Integer, not a 'quoted Integer' and
the tests have been updated to reflect this. This matters for future
parser as it will now kick people if they pass in a stringified integer
as priority.
README.md
manifests/backports.pp
spec/acceptance/backports_spec.rb
spec/classes/backports_spec.rb