Quantcast
Channel: Ask Puppet: Puppet DevOps Q&A Community - RSS feed
Browsing latest articles
Browse All 95 View Live
↧

puppet-agent-el-7-x86_64.tar.gz Not Found

I am working to do an enterprise puppet install and I am getting a not found when trying to download a file from S3. It looks like the file doesnt exist. One interesting thing I saw is that when you...

View Article


Error 502 on SERVER: Incomplete response received from application

I am trying to run puppet agent on my own puppet master, which is using Passenger. All other agents can grab their catalogues without _any issues whatsoever_ however my master cannot get it's own...

View Article


How can I use a profile to include a class defined in hiera without getting...

I want to use a profile to call a class that is already defined in a higher level in hiera and provide different data to that class. When I call the class in my profile puppet complains that the class...

View Article

Error: Syntax error at 'Boolean'; expected ')' in Artifactory OSS Puppet Module

Hi, Trying to use [this](https://forge.puppet.com/autostructure/artifactory) module, it breaks with syntax error: Error: Syntax error at 'Boolean'; expected ')' at...

View Article

service start causes Beaker to show warnings as errors.

Here's a weird one: When running `bundle exec rake beaker` I get these deprecation warnings (via an older version of puppet/nodejs) centos-7-x64 13:26:14$ puppet apply --verbose --detailed-exitcodes...

View Article


Trigger options minutes_interval and minutes_duration don't work in PE...

Hi, We are trialing out Puppet Enterprise (V2016.1.1) and despite being mentioned in the Puppet documentation (https://docs.puppet.com/puppet/4.9/type.html#scheduledtask), it looks like the below...

View Article

Error: Could not retrieve catalog from remote server: Error 500 on SERVER:...

Gettign follwing error when I run the command "puppet agent -t " any help would be appreciated. Info: Using configured environment 'production' Info: Retrieving pluginfacts Info: Retrieving plugin...

View Article

Puppet Enterprise Dashboard does not indicate a failure on some agent runs

Hi, We're using PE on a very small scale. We noticed that sometimes the PE dashboard looks all "green", but when we drill down to the report itself we're seeing errors. This makes it very difficult for...

View Article


Contribute to puppetlabs/facter

Hi there, I am trying to make my first contribution to the puppet ecosystem. I've read the CONTRIBUTING.md but still I am not able to figure out the proper way to create a pull request. My first commit...

View Article


Error 500: pe_packages after 2017.2 install

Last week I tried to install PE 2017.2 over our working 2016.5 instance. I copied the tarball to our server, unpacked it, and ran puppet-enterprise-installer script. The install seemed to run without...

View Article

PE-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

Can'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 Article

error 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 Article


Error 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 Article

2 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 Article


puppet 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 Article

Agent 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 Article


Cannot 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 Article

Puppet (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 Article

Silent 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 Article

puppet 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 Article


Puppet (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 Article


Install 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 Article

Reocurring 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 Article

Error 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 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 Article

Error: 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

Puppet 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 Article

Error 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 Article



! 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 Article
Browsing latest articles
Browse All 95 View Live