puppet-portage icon indicating copy to clipboard operation
puppet-portage copied to clipboard

Support for portage sets

Open vikraman opened this issue 11 years ago • 5 comments

Continuing from #70

vikraman avatar Oct 05 '13 09:10 vikraman

I would like to propose the following feature:

package_set { 'foo': ensure => installed }

will ensure that @foo is present in world_sets.

package_set { 'foo': ensure => latest }

will run emerge -u @foo.

Now, what about these?

package_set { 'system': ensure => latest }
package_set { 'world': ensure => latest }

vikraman avatar Oct 07 '13 06:10 vikraman

I don't see why we should have it, we can install sets with the normal package provider via package { '@foo': }

tampakrap avatar Oct 07 '13 07:10 tampakrap

@tampakrap, can you please confirm that? The reason I originally wrote this was that installing sets via the package provider did not work.

p8952 avatar Oct 07 '13 11:10 p8952

Indeed, it does not work. We're going to skip this feature for the upcoming release, thus I'll check the implementation details later.

tampakrap avatar Oct 11 '13 08:10 tampakrap

any chance we can fix the upstream portage package provider to use an appropriate eix command to check sets as well?

tampakrap avatar Nov 16 '13 12:11 tampakrap

Dead PR, closing

robbat2 avatar Jul 29 '24 07:07 robbat2