Skip to content

Commit

Permalink
Merge pull request #137 from hunner/revert_135
Browse files Browse the repository at this point in the history
Revert "Merge pull request #135 from CERIT-SC/master"
  • Loading branch information
apenney committed Jul 2, 2013
2 parents e17208a + 84f1cfc commit 1471730
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions manifests/pin.pp
Expand Up @@ -8,7 +8,6 @@
$packages = '*',
$priority = 0,
$release = '',
$codename = '',
$origin = '',
$originator = '',
$version = ''
Expand All @@ -24,8 +23,6 @@

if $release != '' {
$pin = "release a=${release}"
} elsif $codename != '' {
$pin = "release n=${codename}"
} elsif $origin != '' {
$pin = "origin \"${origin}\""
} elsif $originator != '' {
Expand Down

0 comments on commit 1471730

Please sign in to comment.