1 2 3 4 5 6 7
class apt::preferences::absent { file { '/etc/apt/preferences': ensure => absent, alias => 'apt_config', } }