summaryrefslogtreecommitdiff
path: root/code/environments/production/modules/apt/examples/hold.pp
blob: 00f760c4e0a43aee2bd1d2b7bc90a161ea1e0289 (plain)
1
2
3
4
5
apt::pin { 'hold-vim':
  packages => 'vim',
  version  => '2:7.4.488-5',
  priority => 1001,
}