aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystem/fstrim.pp
blob: 1086dea684486be62d643cd10fcc96db22ad212e (plain)
1
2
3
4
5
6
7
class nodo::subsystem::fstrim(
  $enable = true,
) {
  service { 'fstrim.timer':
    enable => true,
  }
}