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 uninstall may invalidate later actions (takes two apply to reach steady state as a result) #46

Open
VorpalBlade opened this issue Jul 25, 2024 · 0 comments
Labels
A-konfigkoll Area: konfigkoll C-bug Category: This is a bug

Comments

@VorpalBlade
Copy link
Owner

One apply action can change how a later one should behave (unfortunately).

For example: we have distcc installed and /etc/conf.d/distccd is changed. Neither of these are in the configuration.

This will happen:

  • distcc gets uninstalled
  • /etc/conf.d/distccd gets restored to package manager state (clean file)

This is tricky without doing a second scan. As a workaround just run apply again and it will reach as "steady state".

@VorpalBlade VorpalBlade added C-bug Category: This is a bug A-konfigkoll Area: konfigkoll labels Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-konfigkoll Area: konfigkoll C-bug Category: This is a bug
Projects
None yet
Development

No branches or pull requests

1 participant