summaryrefslogtreecommitdiff
path: root/personal_infra/puppet/modules/debian/manifests/init.pp
blob: fd85713d0963f36ded5e48908b2688b8066ac567 (plain)
1
2
3
4
5
class debian {
  exec {'/usr/bin/apt update':
    refreshonly => true,
  }
}