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

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