Re: [Puppet Users] Bolt: How to upload a downloaded file?

2022-04-27 Thread Helmut Rickel
> You can reference the actual path by using pwd: > > bolt file upload $(pwd)/inventory.yaml /root/ -t login > > Hth, > Martin > > > On 27. Apr 2022, at 14:24, Helmut Rickel wrote: > > Hello, > this surely is a beginners question: > Using bolt, I want

[Puppet Users] Bolt: How to upload a downloaded file?

2022-04-27 Thread Helmut Rickel
Hello, this surely is a beginners question: Using bolt, I want to download a file from one server and upload it to a another server. Problem: The function download_file uses a destination path relative to the project directory, but upload_file needs an absolute source path. How do I get this

[Puppet Users] puppetdb 2.2.0 on SLES 11.3: start failure Error: Could not find or load main class com.puppetlabs.puppetdb.core

2015-05-12 Thread Helmut Rickel
Hello, we run puppet 3.6.2 on SLES 11 SP3 and downloaded puppetdb 2.2.0 from http://download.opensuse.org/repositories/systemsmanagement:/puppet:/devel/SLE_11_SP3/x86_64/puppetdb-2.2.0-14.34.x86_64.rpm . Trying to start puppetdb produces nothing more than this message Error: Could not find

Re: [Puppet Users] puppetdb 2.2.0 on SLES 11.3: start failure Error: Could not find or load main class com.puppetlabs.puppetdb.core

2015-05-12 Thread Helmut Rickel
Hello Ken, this solved the problem. I can not compile puppetdb so we will use 2.2.0 until a newer version is supplied by the opensuse community. Thanks a lot for your help! Kind regards Helmut -- You received this message because you are subscribed to the Google Groups Puppet Users group.

Re: [Puppet Users] Re: Puppet uses catalog of node B for node A

2014-08-14 Thread Helmut Rickel
Hello John, from a puppet-beginners point of view it seems astonishing that running puppet agent -t on node A can have influence on the catalog prepared for node B. I agree that your inital response perfectly fitted to the solution of the problem. Thanks for that explanation! Kind regards

Re: [Puppet Users] Re: Puppet uses catalog of node B for node A

2014-08-13 Thread Helmut Rickel
enough experience with puppet to judge this. Thanks again! Helmut Am Montag, 11. August 2014 08:53:42 UTC+2 schrieb Helmut Rickel: Hello Jose, thanks a lot for this hint. It solves my problem! I am highly astonished as I got the idea for placing the include-statements in init.pp from https

Re: [Puppet Users] Re: Puppet uses catalog of node B for node A

2014-08-11 Thread Helmut Rickel
really know what is happening but I bet that if you remove these lines it will start to work correctly. Regards, El 08/08/2014 15:12, Helmut Rickel hrick...@gmail.com javascript: escribió: Hello John, I made the situation as simple as possible and - unfortunatly - I still can reproduce

[Puppet Users] Re: Puppet uses catalog of node B for node A

2014-08-08 Thread Helmut Rickel
it is solved. Am Mittwoch, 9. Juli 2014 20:28:39 UTC+2 schrieb jcbollinger: On Wednesday, July 9, 2014 3:08:58 AM UTC-5, Helmut Rickel wrote: Hello, I installed puppet 2.6.17, 3.4.3 and finally 3.6.2 on SLES 11 SP1 or SLES 11 SP3 and always ran in this problem: Puppet is using the wrong

[Puppet Users] Re: Puppet uses catalog of node B for node A

2014-07-11 Thread Helmut Rickel
Hello John, I saw that a class was installed on node A that only node B was supposed to use. My holidays started right today so I will check this in detail right afterwards and give you a reply. Thanks for your help! Helmut Am Mittwoch, 9. Juli 2014 10:08:58 UTC+2 schrieb Helmut Rickel

[Puppet Users] Puppet uses catalog of node B for node A

2014-07-09 Thread Helmut Rickel
Hello, I installed puppet 2.6.17, 3.4.3 and finally 3.6.2 on SLES 11 SP1 or SLES 11 SP3 and always ran in this problem: Puppet is using the wrong catalog on some nodes. I can run „puppet agent –t“ many times on node A without problems. When I run „puppet agent –t“ on node B and afterwards