Robert Waffen
Robert Waffen
@timur-enet did you try the hint from @anders-larsson about the `PUPPETSERVER_ENVIRONMENT_TIMEOUT` ? Did it work for you?
where and how did you mount your code into the puppetserver container? maybe something is wrong there? as far as i know, the lookup command parses the code and tries...
I have a workaround for this: add the hosts line to your playbooks: ```yaml --- - name: Add logrotate configuration for docker logs hosts: "{{ target_hosts | default('all') }}" tasks:...
it is possible to use a group or a host. but no list, thats true. if you refer to something like that
I will wait for https://github.com/puppetlabs/puppet/pull/9424 being released and then will test again
does work now with puppet agent 8.9.0 and 7.33.0 Test Puppetserver: ghcr.io/voxpupuli/puppetserver:7.17.2-latest ``` root@crafty-testing:/# puppet --version 7.33.0 root@crafty-testing:/# puppet catalog download Notice: Requesting catalog from puppet:8140 (172.18.0.3) Notice: Catalog compiled...
i think with the right parameters one could just execute install.sh from the tar 🤔
build base is now alpine 3.20. i adapted most from install.sh and Makefile. copied over the init stuff from the current container. some puppet agent dependencies are still missing and...
it builds. it trys to start. but fails atm at this on startup 🤔 ``` Execution error (IllegalArgumentException) at java.net.URL/fromURI (URL.java:721). URI is not absolute Full report at: /tmp/clojure-18404171123413556751.edn ```
also fixes: #129