mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 01:15:22 +00:00
22 lines
387 B
Plaintext
22 lines
387 B
Plaintext
(*
|
|
Module: Tuned
|
|
Parses Tuned's configuration files
|
|
|
|
Author: Pat Riehecky <riehecky@fnal.gov>
|
|
|
|
About: Reference
|
|
This lens is based on tuned's tuned-main.conf
|
|
|
|
About: License
|
|
This file is licensed under the LGPL v2+, like the rest of Augeas.
|
|
*)
|
|
|
|
module Tuned =
|
|
autoload xfm
|
|
|
|
let lns = Simplevars.lns
|
|
|
|
let filter = incl "/etc/tuned/tuned-main.conf"
|
|
|
|
let xfm = transform lns filter
|