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

Fixes #35188 - fix puppet plugin detection for permissions issues #573

Merged
merged 1 commit into from Jul 11, 2022

Conversation

Ron-Lavi
Copy link
Member

the discovery detection for puppet plugin presence didn't work

the discovery detection for puppet plugin presence didn't work
@theforeman-bot
Copy link
Member

Issues: #35188

@@ -310,7 +310,7 @@ class Engine < ::Rails::Engine
:edit_discovery_rules,
:destroy_discovery_rules,
]
if defined?(ForemanPuppet::VERSION)
if defined?(ForemanPuppet::Engine)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Engine should be loaded before the Version constant

@stejskalleos
Copy link
Contributor

[test foreman_discovery]

@stejskalleos stejskalleos self-assigned this Jul 11, 2022
Copy link
Contributor

@stejskalleos stejskalleos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🍏 LGTM, let's wait for the result of foreman_discovery tests

@stejskalleos
Copy link
Contributor

Failing test is not relevant, tried locally and it ends green.
Thanks @Ron-Lavi !

@stejskalleos stejskalleos merged commit ea10b98 into theforeman:develop Jul 11, 2022
stejskalleos pushed a commit to stejskalleos/foreman_discovery that referenced this pull request Jul 11, 2022
…eforeman#573)

the discovery detection for puppet plugin presence didn't work

(cherry picked from commit ea10b98)
Ron-Lavi added a commit that referenced this pull request Jul 11, 2022
the discovery detection for puppet plugin presence didn't work

(cherry picked from commit ea10b98)
Ron-Lavi added a commit to Ron-Lavi/foreman_discovery that referenced this pull request Jan 16, 2023
…eforeman#573)

the discovery detection for puppet plugin presence didn't work

(cherry picked from commit ea10b98)
Ron-Lavi added a commit that referenced this pull request Jan 16, 2023
the discovery detection for puppet plugin presence didn't work

(cherry picked from commit ea10b98)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants