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

Fixed error when including module on debian sid. #138

Closed
wants to merge 1 commit into from
Closed

Fixed error when including module on debian sid. #138

wants to merge 1 commit into from

Conversation

StefPac
Copy link

@StefPac StefPac commented Sep 14, 2015

When using the module on Debian unstable, puppet fails with this error
"right operand of + is not a number at sudo/manifests/params.pp:13",
because $::operatingsystemmajrelease is the string stretch/sid,
rather than a number.

The change makes the module correctly recognize current and future
Debian unstable distributions.

Fixes #137

When using the module on Debian unstable, puppet fails with this error
"right operand of + is not a number at sudo/manifests/params.pp:13",
because `$::operatingsystemmajrelease` is the string `stretch/sid`,
rather than a number.

The change makes the module correctly recognize current and future
Debian unstable distributions.
@saz saz closed this in 5b2eb5d Apr 25, 2016
@StefPac StefPac deleted the debian-unstable-fix branch May 2, 2016 02:47
@vincentbernat vincentbernat mentioned this pull request Oct 30, 2016
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.

None yet

1 participant