Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

package_{use,keywords} ignores use/keywords attribute #45

Closed
tampakrap opened this issue Feb 18, 2013 · 4 comments
Closed

package_{use,keywords} ignores use/keywords attribute #45

tampakrap opened this issue Feb 18, 2013 · 4 comments

Comments

@tampakrap
Copy link

reproducer:

package_keywords { 'kde-base/kdelibs':
  keywords => '~amd64',
}
package_use { 'kde-base/kdelibs':
  use => 'test',
}

The files /etc/portage/package.{keywords,use}/default contain an entry kde-base/kdelibs without the specified useflags/keywords. A second puppet agent run fixes the issue

@tampakrap
Copy link
Author

Probably 9357814 is related

@adrienthebo
Copy link

There's a seriously ugly bug in how the ParsedFile provider is passing arguments and I'm not sure where it's coming from.

adrienthebo added a commit that referenced this issue Feb 19, 2013
This reverts commit 31b53b9.

Git bisect indicates that this caused #45.
@adrienthebo
Copy link

This is the most bad horrible bug ever.

@adrienthebo
Copy link

This was resolved in d607839.

adrienthebo pushed a commit that referenced this issue Feb 21, 2013
Previously if the ensure value was not specified and no other properties
or parameters were given, package_* entries would be treated as
unmanaged. This commit defaults the ensure to present for all package_
types.

This commit is based on 31b53b9
It fixes #41 and causes no regression to #45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants