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

Error when deploying a redis instance #500

Closed
C24-AK opened this issue Feb 6, 2024 · 1 comment
Closed

Error when deploying a redis instance #500

C24-AK opened this issue Feb 6, 2024 · 1 comment

Comments

@C24-AK
Copy link

C24-AK commented Feb 6, 2024

Affected Puppet, Ruby, OS and module versions/distributions

  • Puppet: 7
  • Ruby:
  • Distribution: Debian Linux
  • Module version: 8.8.0

How to reproduce (e.g Puppet code you use)

class { 'redis':
    bind => '127.0.0.1',
 }

What are you seeing

Puppet is not running, instead it throws an error.
I am deploying test machines with docker and vagrant and never had a problem before with redis

What behaviour did you expect instead

Clean Run

Output log

Error: The parameter '$slowlog_log_slower_than' must be a literal type, not a Puppet::Pops::Model::AccessExpression

Any additional information you'd like to impart

I can make it run again when I switch Integer[-1] $slowlog_log_slower_than to Integer[1] $slowlog_log_slower_than in the init.pp

@C24-AK C24-AK changed the title Error when deplying a redis instance Error when deploying a redis instance Feb 6, 2024
@C24-AK C24-AK closed this as completed Feb 8, 2024
@C24-AK
Copy link
Author

C24-AK commented Feb 8, 2024

Puppet 7.29.0 was the problem, Puppet 7.28 is able to run it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants