"This change pins the puppetlabs-puppet_agent module to v4.12.1. Previosuly the fixut...
[puppet-modules/puppetlabs-apt.git] / examples / mark.pp
1 apt::mark { 'vim':
2   setting => 'auto',
3 }