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