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

Fix wrong variable name in enc function #694

Merged
merged 1 commit into from
Nov 19, 2018
Merged

Conversation

ahmet2mir
Copy link
Contributor

@ahmet2mir ahmet2mir commented Nov 19, 2018

Since db49c49 when a node doesn't exists

Current

$ ruby node.rb fake.notexists.com
undefined local variable or method `res' for main:Object

Expected

$ /etc/puppet/node.rb fake.notexists.com
Error retrieving node fake.notexists.com: Net::HTTPNotFound
Check Foreman's /var/log/foreman/production.log for more information.

Copy link
Member

@ekohl ekohl left a comment

Choose a reason for hiding this comment

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

Thanks! I noticed this one myself as well

@ekohl ekohl changed the title Fix wrong variable name in enc function. Fixes GH-693 Fix wrong variable name in enc function Nov 19, 2018
@ekohl ekohl added the Bug label Nov 19, 2018
@ekohl ekohl merged commit 7728926 into theforeman:master Nov 19, 2018
cegeka-jenkins pushed a commit to cegeka/puppet-foreman that referenced this pull request Jul 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants