Matt Shields

Results 24 comments of Matt Shields

I noticed this with another puppet module as well, so I got around this by setting a default Service provider base on the version of linux in one of my...

I'm also having an issue w/ nrpe where I have to do the same thing. These are the only instances running Amazon Linux 2, just for RabbitMQ. All my other...

Due to being an older ticket and lack of info, there may be some confusion. Originally I tried installing on Amazon Linux 2017.09, but had issues, so tried Amazon Linux...

**Amazon Linux 2018.03** ``` [root@search-idx-c001s001 ~]# puppet resource service $servicename --debug Debug: Runtime environment: puppet_version=4.10.12, ruby_version=2.1.9, run_mode=user, default_encoding=UTF-8 Debug: Evicting cache entry for environment 'production' Debug: Caching environment 'production' (ttl...

**Amazon Linux 2** ``` [root@job-mq-c001s002 ~]# puppet resource service $servicename --debug Debug: Runtime environment: puppet_version=4.10.12, ruby_version=2.1.9, run_mode=user, default_encoding=UTF-8 Debug: Evicting cache entry for environment 'production' Debug: Caching environment 'production' (ttl...

It's set to false. Where else would it be set? # grep ipv6 params.pp $ipv6 = false

Somewhere I saw mention of management_ip_address, so decided to try that, as well as specifying port. I just tried node_ip_address => '0.0.0.0' and that moved port 5672 over to tcp....

I should add, that I can log into the web management with my username/password

I'm getting the following error when I do the import source steps using a PostgreSQL database. ``` SQLSTATE[42601]: Syntax error: 7 ERROR: syntax error at or near "SEPARATOR" LINE 1:...