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

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