summaryrefslogtreecommitdiff
path: root/manifests/update.pp
blob: 4cb4e5fe0fa0eb6c9a2998cf62788361508e3f67 (plain)
1
2
3
4
5
6
class apt::update inherits ::apt {

  Exec['update_apt'] {
    refreshonly => false;
  }
}