Commit 809843fe authored by Lance Albertson's avatar Lance Albertson
Browse files

Gentoo category definition

parent fb1ee1a7
define gentoo::category {
config { "gentoo_category_${name}":
file => "/etc/portage/categories",
line => "$name",
pattern => "^$name$",
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