[Puppet Users] Re: REST API catalog.version

2025-07-29 Thread mvo...@gmail.com
Case closed: - The script works, which I just found out, but not on my testing machine. The catalog.version then can be queried with cat result.txt | jq .version -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group

[Puppet Users] REST API catalog.version

2025-07-29 Thread mvo...@gmail.com
Hello, I have the following REST skript: #!/bin/sh HOST=$HOSTNAME STRING='{"name":"HOST","values":{"architecture":"x86_64"}}' STRING=${STRING/HOST/$HOST} echo "STRING: $STRING" URL_ENCODE=$(echo -n $STRING | jq -sRr @uri) curl --cert /etc/puppetlabs/puppet/ssl/certs/${HOST}.pem \ --key /etc/p

[Puppet Users] installing package needs 2531MB on /usr/local

2021-05-03 Thread mvo...@gmail.com
Hello, I get the error: installing package cuda-nsight-compute-11-2-11.2.0-1.x86_64 needs 2531MB on the /usr/local filesystem when I install cuda 11.2 The PC has a 6 GB /usr/local partition and has cuda 11.1 installed. I cannot remove cuda 11.1 with puppet, because it installs 11.2 before it r