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
809843fe
Commit
809843fe
authored
Jul 31, 2011
by
Lance Albertson
Browse files
Gentoo category definition
parent
fb1ee1a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
manifests/category.pp
manifests/category.pp
+8
-0
No files found.
manifests/category.pp
0 → 100644
View file @
809843fe
define
gentoo::category
{
config
{
"gentoo_category_
${name}
"
:
file
=>
"/etc/portage/categories"
,
line
=>
"
$name
"
,
pattern
=>
"^
$name
$
"
,
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