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

Commits on Nov 20, 2017

  1. Fix variable type to allow autkey to be a string

    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.
    Cédric Defortis committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    26c3b15 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2017

  1. Configuration menu
    Copy the full SHA
    f81c0a6 View commit details
    Browse the repository at this point in the history