Update CODEOWNERS
[puppet-modules/puppetlabs-apt.git] / examples / mark.pp
1 apt::mark { 'vim':
2   setting => 'auto',
3 }