! E:\learning_puppet_vm-6.5.zip: The archive is either in unknown format or...
i am unable to extract the learning VM, Did some has faced similar issue
View ArticleError 500 Could not find Class ::$classname
We recently started trying to make the switch from puppet 5.5 to puppet 6.0.3. Our environment runs perfectly in puppet 5.5 but when we switched to puppet 6.0.3 we started having this error: *"Error:...
View ArticlePuppet 5.5.7 major deprecation changes?
After upgrade from Puppet `5.5.6` to `5.5.7` I'm hitting a strange error: Could not evaluate: undefined method `split' for ["www-data"]:Array that might be connected to Custom Type provider, though I...
View ArticleError: Could not retrieve catalog from remote server: Error 500 on SERVER:...
Hi everyone, I try to run my first manifest but puppet give me Error 500! any idea? **run this :** puppet agent -t --debug **output** Error: Could not retrieve catalog from remote server: Error 500 on...
View Article"Error: Could not render to rich_data_json" when pushing binary file to host
I just installed a new host which is installed with puppet 6.0.0 Next to that I use a puppet server with foreman, which started with Foreman 1.12/puppet 4 and is now upgraded to Foreman 1.19/puppet...
View ArticleError when retreiving catalog Could not intern from text pson: "xE2"
Hello guys, Well evrything is in the title, some of my nodes fails to retrieve catalog and throws this error : > "Could not retrieve catalog from remote server: **Could not intern from text/pson:...
View ArticleReocurring Certificate Problem
Hello, My puppet agents constantly have the following problem "**Could not request certificate: The certificate retrieved from the master does not match the agent's private key**.". I have read and...
View ArticleInstall Problem: cannot create...
I have just finished installing PuppetDB and configuring it. I tested PostgreSQL, etc. I tried "service puppetdb restart" and I got this error:> May 21 03:37:27 puppet puppetdb[31214]:...
View ArticlePuppet (err): Failed to apply catalog: undefined method `downcase' for #
**NOTE**: I am very new to Puppet and have only been accomplishing very simple tasks but not actually managing the puppet system. I since upgraded a test server environment to Microsoft's Windows...
View Articlepuppet run getting failed but manually running the command doesn't give any...
Hi Everyone I am trying to run a registration command via Puppet . When I try to run the command manually it is throwing a warning , which is acceptable and then it gets registered . However when the...
View ArticleSilent fail: Server Error 500 don't generate any email report
If I accidentally make a major error in the manifests, like a duplicate declaration, a puppet run on the node will fail with: Could not retrieve catalog from remote server: Error 500 on SERVER: Server...
View ArticlePuppet (err): Could not retrieve catalog from remote server: Net::ReadTimeOut
I am running puppet 3.8.3 on Centos 6. Trying to build a windows box connecting to this puppetmaster. It starts running, I can even telnet from windows to puppetmaster server, but when it tries to...
View ArticleCannot alias / already declared
I must be missing something obvious. I have a module. In some situations, i want to create a file: define createCronJob { # this is line 154 $lines = split ($name,',') $lines[0] = split ($lines[0],':')...
View ArticleAgent unable to connect to master (unable to get local issuer certificate)
I just setup Puppet Enterprise 5 on a RHEL 7.4 server. My agent server is also RHEL 7.4. When I run: puppet agent -t, I am getting the following error: [root@vm-es-utility01 init.d]# puppet agent -t...
View Articlepuppet module list fails
When 'puppet module list' fails, how to handle the error by ignoring it? Query: generate("/bin/bash","-c",'for env in $(ls -1 /etc/puppetlabs/code/environments); do /opt/puppetlabs/bin/puppet module...
View Article2 classes defined in a manifest - getting evaluation error
Hi, Still quite new to puppet and having problems with my NTP configuration manifest. Was hoping someone can point me in the right direction please... The end goal is to make new servers CIS compliant...
View ArticleError 400 on SERVER: Error puppet master hostname, array size from puppet db...
I come here because i'm blocked on a error since 5 days. As a novice on Puppet i've added my puppet agent to my puppet master (added and signed the certificate), after some tries i've start with a...
View Articleerror code 500 on master server and agents
Hi to all, On Oracle Linux 7, I build a webserver and installed without errors Puppet Master server. Running `puppet agent -t` or `puppet agent -t --debug` I receive an error. It is also not possible...
View ArticleCan't delete user(s) from a Windows local group
Any ideas what the issue may be with deleting a user/member from a windows local group? group {'remove from Administrators': name => 'Administrators', ensure => absent, auth_membership =>...
View ArticlePE-console-services fail upon start
Good afternoon, Having an issue where our pe-console-services fail upon start, and hoping someone can help lead me in the right direction. All other puppet services are running. We are running Puppet...
View Article