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
d0a3d005
Commit
d0a3d005
authored
Aug 17, 2011
by
Lance Albertson
Browse files
gentoo: exec for rebuilding packages on use flag changes
parent
3156d68c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
manifests/init.pp
manifests/init.pp
+6
-0
No files found.
manifests/init.pp
View file @
d0a3d005
...
@@ -31,6 +31,12 @@ class gentoo (
...
@@ -31,6 +31,12 @@ class gentoo (
ensure
=>
directory
;
ensure
=>
directory
;
}
}
exec
{
"emerge_changed_use"
:
command
=>
"/usr/bin/emerge --reinstall=changed-use @world"
,
require
=>
Concat
[
"/etc/make.conf"
],
refreshonly
=>
true
,
}
# make.conf
# make.conf
concat
{
"/etc/make.conf"
:
concat
{
"/etc/make.conf"
:
owner
=>
root
,
owner
=>
root
,
...
...
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