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
a256044b
Unverified
Commit
a256044b
authored
Oct 10, 2017
by
Robin H. Johnson
Browse files
README: Document emerge_command parameter.
Signed-off-by:
Robin H. Johnson
<
robbat2@gentoo.org
>
parent
dca4c456
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
README.markdown
README.markdown
+5
-0
No files found.
README.markdown
View file @
a256044b
...
@@ -101,6 +101,7 @@ This module provides a wrapper to the native package type:
...
@@ -101,6 +101,7 @@ This module provides a wrapper to the native package type:
target => 'puppet',
target => 'puppet',
keywords_target => 'puppet-keywords',
keywords_target => 'puppet-keywords',
ensure => '3.0.1',
ensure => '3.0.1',
emerge_command => '/usr/bin/emerge',
}
}
If no
`{keywords,use,mask,unmask}\_target`
is specified, then the value of
`target`
If no
`{keywords,use,mask,unmask}\_target`
is specified, then the value of
`target`
...
@@ -111,6 +112,10 @@ portage::package, if you want versionless entries in any of the above
...
@@ -111,6 +112,10 @@ portage::package, if you want versionless entries in any of the above
`portage::package`
will also trigger the appropriate re-emerge to the affected
`portage::package`
will also trigger the appropriate re-emerge to the affected
package.
package.
`emerge_command`
allows special behavior for install & rebuild. The package
atom will be appended automatically. This allows installing packages with
`--oneshot`
, and/or other emerge arguments.
## facts
## facts
All
`make.conf`
variables and most of the
`eselect`
modules are shown by
`facter`
All
`make.conf`
variables and most of the
`eselect`
modules are shown by
`facter`
...
...
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