module-apt/manifests/update.pp

8 lines
91 B
ObjectPascal
Raw Normal View History

class apt::update inherits ::apt {
Exec['update_apt'] {
refreshonly => false
}
}