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 variable type to allow authkey to be a string #427

Merged
merged 2 commits into from
Nov 21, 2017
Merged

Fix variable type to allow authkey to be a string #427

merged 2 commits into from
Nov 21, 2017

Conversation

cedef
Copy link
Contributor

@cedef cedef commented Nov 20, 2017

This is related to PR #69 which introduced the capability of corosync class to take authkey as a string if authkey_source is set to 'string'.

Problem appeared at commit 42e13c7 when switching to Puppet 4 data types: $authkey was assigned a Stdlib::AbsolutePath data type.

This is related to PR #69 which introduced the capability of corosync
class to take `authkey` as a string if `authkey_source` is set to
'string'.

Problem appeared at commit 42e13c7 when
switching to Puppet 4 data types: `$authkey` was assigned a
Stdlib::AbsolutePath data type.
@bastelfreak
Copy link
Member

Hi @cedef, thanks for the PR. Can you check the used email adrress in the commit? It isn't associated with your github account.

@cedef
Copy link
Contributor Author

cedef commented Nov 20, 2017

Email address added to my GH account :) Thank you !

@alexjfisher alexjfisher changed the title Fix variable type to allow autkey to be a string Fix variable type to allow authkey to be a string Nov 20, 2017
authkey: 'mysecretkey'
)
end
it 'should deploy authkey file' do
Copy link
Member

Choose a reason for hiding this comment

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

Can you fix the rubocop test failures by changing this to it 'deploys authkey file' do ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

My mistake ! It's now fixed.

@bastelfreak
Copy link
Member

@cedef can you take a look at the failing rubocop run?

@bastelfreak
Copy link
Member

Oh it is green now, but the email adress is again missing in your profile. Can you have a look?

@cedef
Copy link
Contributor Author

cedef commented Nov 21, 2017 via email

@alexjfisher alexjfisher merged commit a8f9672 into voxpupuli:master Nov 21, 2017
@alexjfisher
Copy link
Member

Thanks @cedef !

@cedef cedef deleted the allow-authk-string branch November 22, 2017 11:03
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

Successfully merging this pull request may close these issues.

4 participants