Commit 0afef1d5 authored by Lance Albertson's avatar Lance Albertson
Browse files

Add locale.gen

parent 809843fe
define gentoo::localegen ($value) {
config { "gentoo_localegen_${name}":
file => "/etc/locale.gen",
line => "$name $value",
pattern => "^$name $value$",
engine => "replaceline",
}
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment