Robert Waffen

Results 72 comments of Robert Waffen

will implement this in the dockerfile

for production systems i would only recommend the container. as martin said: rvm/systemd is only for dev-mode. i wouldn't put much effort into this. as long as there is no...

hmm strange, this should work, will try to reproduce

I normally run it from a compose.yaml. maybe this helps ```yaml services: puppet: image: ghcr.io/container-puppetserver:7.14.0-latest hostname: puppet environment: - PUPPETSERVER_HOSTNAME=puppet - PUPPETSERVER_PORT=8140 - PUPPETDB_HOSTNAME=puppetdb - PUPPETDB_SSL_PORT=8081 - USE_PUPPETDB=true - AUTOSIGN=true...

so you have two vms? on one docker with the puppetserver running? and the second vm is an agent? when you start the server with docker internal name `puppet` and...

there for you might need to throw your ca away. you can do that by purging the puppetserver-ssl, puppetserver-ca volumes or just use local bind mounts if you arent used...

i will try to reproduce this again. in all my tests while building the images i didn't had such problems

hmm maybe my comment was missleading. when you dont have/want a puppetdb you shouldn't configure it. I tested your setup. one vm (at gcp) as puppetserver: puppet.priv.rw.betadots.training one vm (at...

hmmmm very strange.... but netstat is sometimes missleading, it says tcp6 but means tcp4 **and** tcp6 🤔

still do not know where the `//`does come from, in my demo setups i couldn't reproduce this :(