-
I did something stupid:
``` puppet
class { 'puppetdb':
disable_ssl => true,
listen_port => 'localhost',
listen_address => '8000'
}
```
Of course, 'localhost' isn't a valid port…
-
```2022-08-10T18:21:58 [I|app|689e8e6f] Started GET "/api/v2/hosts/puppet2.fq.dn/power" for nnn.nnn.nnn.nnn at 2022-08-10 18:21:58 +0100
2022-08-10T18:21:58 [I|app|689e8e6f] Parameters: {"apiv"=>"v…
-
In my infrastructure my PuppetDB host is only available on our private LAN. I would like to deploy puppetexplorer on our dedicated web server, but am unsure exactly how the necessary headers mentione…
-
Hello, I'm stuck with my hiera-puppetdb setup. All lookup requests are constantly failing in the "searching for lookup-options" sequence:
> Hierarchy entry "Puppetdb Backend"
> Searching fo…
-
It would be great to have a `puppetdb_up 0/1` metric so one can alert when PuppetDB stops responding.
-
I will try to get a solution around this.
Step 8 : RUN apt-get -y install puppetmaster-passenger puppet-dashboard puppetdb puppetdb-terminus redis-server supervisor openssh-server net-tools mysql-se…
-
When it comes to scaling Puppet, it is recommended to have a PuppetDB process running on all Puppet Servers (primary and compilers) which connect to a central PostgreSQL database.
There is no optio…
-
## Describe the Bug
A clear and concise description of what the bug is.
The configmap for the JMX configuration contains duplicate labels.
```
apiVersion: v1
kind: ConfigMap
metadata:
nam…
trexx updated
3 weeks ago
-
## Describe the Bug
When `postgresql::postgres_password` is Deferred, it throws one of two possible errors:
Error 1:
> `$hash_postgresql_db_pw = Deferred('postgresql::postgresql_password', ['pupp…
-
I executed the following command from a fresh repository clone
```bash
sudo docker compose --profile puppet up
```
but I was unable to run the testing command:
```bash
docker compose --profile…