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

Puppet Forge Examples Incorrect #33

Closed
BackSlasher opened this issue May 12, 2014 · 1 comment
Closed

Puppet Forge Examples Incorrect #33

BackSlasher opened this issue May 12, 2014 · 1 comment

Comments

@BackSlasher
Copy link

Unlike the example here, specifying one virtual IP like this:

    virtual_ipaddress => '10.0.0.1/29',

creates an error ("undefined method `each' for string" or something).
Something to do with Ruby 1.9+ not transforming it into array, has to be something like:

    virtual_ipaddress => [ '10.0.0.1/29' ],
@arioch
Copy link
Contributor

arioch commented May 12, 2014

Ah, it should indeed be an array instead of a string.
I've adjusted the documentation and cut a new release: https://forge.puppetlabs.com/arioch/keepalived/0.0.12

@arioch arioch closed this as completed May 12, 2014
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

No branches or pull requests

2 participants