Could not create PID file
Every 10 seconds the following error is logged on all the the agents:> Puppet (err): Could not run: Could not create PID file: /var/lib/puppet/run/agent.pid The scheduled runs still proceed...
View ArticleNeed help with Error: puppet Error 400 on SERVER: Could not match “Ubuntu”
I get the error ( puppet Error 400 on SERVER: Could not match “Ubuntu” ) when running the following code from Pro Puppet Errata on CentOS 6.5 64 bit. It runs in version 2.7 but does not run on master...
View ArticleWhy is Puppet Complaining about the split method
When I apply a puppet manifest in noop mode I get the following error: Error: undefined method `split' for ["Administrator", "Domain Admins", "user1", "group1"]:Array Error: /Group[Administrators]:...
View Article"Error: invalid distance too far back" on windows
I'm trying to run the "librarian-puppet install" command under windows 7 in a "Start Command Prompt with Puppet" window (which is run as Administrator), only to get the following error:...
View Article"Error: /Stage[main]/Nova::Keystone::Auth/Keystone_service[nova_ec2]: Could...
Hi, We are trying to deploy openstack using puppet modules. In our setup we have a master node, contoller node and compute node. We deployed Keystone and Glance in controller node(Agent node). when I...
View Articlerpm packages
Found same problem with rpm package. Made a directory file { '/root/LB': ensure => directory, mode => '0755', owner => 'root', group => 'root', } Fetched my file to it with: file {...
View ArticleWarning: Failed to find .... returned 127:
I'm new to puppets, Trying to set a new puppet master server 3.7.1. I'm failing to run puppet agent -t Warning: Unable to fetch my node definition, but the agent run will continue: Warning: Failed to...
View ArticleManifest editor error
I have just installed eclipse kepler 4.3 SR2 and the geppetto plugin. I have uploaded a git repository which all looks fine until i try and view the manifest .pp files. I then get the error:...
View ArticleCould not retrieve facts from inventory service: 400 "Bad Request"
I installed a Puppet Master on Centos 6.5 and two Puppet Agents. The certificates have been signed and all three nodes show up in the Puppet Console. When I enter "puppet cert list -a" on the master,...
View ArticleError: Could not autoload - Either a default value or block must be provided
I've been scraching my head for coupe of hours on this and I didn't found any solution. Mayby someone here can help me figure that out. I've got an error when testing on travis-ci (`rvm==1.8`,...
View ArticleFacter Troubles : undefined method `get_name' for main:Object
Recently while attempting to dabble with setting custom facts for use by Facter and Puppet, after numerous puppet runs with a node, I began to receive the following error: `puppet agent --verbose...
View ArticleWhy is $facts is not a hash or array when accessing it
I get the following error: Error: Could not retrieve catalog from remote server: Error 400 on SERVER: $facts["nrpe_plugins"] is not a hash or array when accessing it with CheckSystemErrors at...
View Article"Could not parse for environment production" error seen while running "puppet...
Hello all, I am using puppet version "3.7.3". I just started to use puppet and trying out my first hello.pp. Contents of hello.pp : root@MyHost:~# cat RUBY/hello.pp notify{' Hey Thats cool stuff!'}...
View ArticleCalling CURL on Windows Server
Hi all, I am having issues with CURL and other .cmd/.exe programs on the windows platform. It seems that Puppet is interpreting Information messages generated by CURL or any other .cmd/.exe as...
View ArticlePuppet file move issue
Hello all, Puppet newbie here that is diving into to deep end but having a few issues in the shallow side of the pool. Trying to copy over a file, /etc/nsswitch.conf from my master to a client node. I...
View Articlerspec-puppet Exec[] resource path setup
Hi, I am trying to use rspec-puppet to perform some testing on the custom modules. However, I'm hitting a tough problem in managing the **Path** attribute in the **Exec** resources. Whilst in real...
View Articlepostgresql error with the puppetdb puppet module
I am trying to install `puppetdb` using https://forge.puppetlabs.com/puppetlabs/puppetdb. The manifest that I am trying to apply looks like this: node 'ptswift.openstacklocal' { # Configure puppetdb...
View ArticleError installing puppetlabs/apt module from a tarball
I am installing puppetlabs-apt module as a dependency to another module in a CentOS 7 server. The server does not have internet acces so I downloaded the tarball from puppet forge, copied it to the...
View ArticleCannot connect to active directory - error message cut off
Hello, I recently installed puppet enterprises and I am attempting to connect to our domain controller. However when attempt to connect I get the following. Error connecting to LDAP server: an error...
View ArticlePuppet Enterprise Installation Issue
Hi in centos7 , I couldn't able to install puppet enterprise server , as i have been preparing for PE203 certification i tried to install it , and i getting following error , Notice:...
View Article