Skip to content

Commit

Permalink
Don't default priority to take preference over defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Tray Torrance committed Mar 10, 2012
1 parent d8277b5 commit dd3e02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/pin.pp
@@ -1,4 +1,4 @@
define apt::pin( $glob = $name, $release = 'a=testing', $priority = '700' ) {
define apt::pin( $glob = $name, $release = 'a=testing', $priority = '450' ) {
file {
"apt_pinning_${name}":
ensure => present,
Expand Down

0 comments on commit dd3e02b

Please sign in to comment.