Unverified Commit a256044b authored by Robin H. Johnson's avatar Robin H. Johnson
Browse files

README: Document emerge_command parameter.


Signed-off-by: default avatarRobin H. Johnson <robbat2@gentoo.org>
parent dca4c456
...@@ -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`
......
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