Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nest
Forks
Puppet Portage
Commits
0afef1d5
Commit
0afef1d5
authored
Jul 31, 2011
by
Lance Albertson
Browse files
Add locale.gen
parent
809843fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
manifests/localegen.pp
manifests/localegen.pp
+8
-0
No files found.
manifests/localegen.pp
0 → 100644
View file @
0afef1d5
define
gentoo::localegen
(
$value
)
{
config
{
"gentoo_localegen_
${name}
"
:
file
=>
"/etc/locale.gen"
,
line
=>
"
$name
$value
"
,
pattern
=>
"^
$name
$value
$
"
,
engine
=>
"replaceline"
,
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment