aboutsummaryrefslogtreecommitdiff
path: root/manifests/ramrun/disable.pp
blob: 304d234a9d438183e8d86c2ba7098ce16dcb3734 (plain)
1
2
3
4
5
6
7
class loginrecords::ramrun::disable inherits loginrecords::ramrun::enable {

  Augeas { "ramdisk-on-var-run":
    changes => "set RAMRUN yes",
  }

}