Displaying 20 results from an estimated 40000 matches similar to: "Puppet Enterprise VMs issue upon restart"
2013 Oct 26
1
Puppet 3.3.1: custom function change requires restart of puppetmaster
Hi!
I''ve spent quite a while before I understood that for Puppet to see changes in custom functions'' code Puppetmaster needs to be restarted.
Is this a normal behaviour or may be it''s a bug ?
--
Best regards,
Sergey Arlashin
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and
2011 May 10
0
Continuous Integration, Puppet, dynamic VMs etc
Hi there,
Have any of you Puppet users/abusers out there worked on or even
succeeded at some sort of Continuous Integration of your
Puppet-language codebase? I''m very interested to hear about the
experiences of other people in the community on some of this stuff. If
you were in Amsterdam for Puppet Camp you might have seen my talk on
these kinds of things and I''m sure there are
2013 Feb 14
1
Puppet Enterprise Live Management
Hello all,
To experiment with Puppet Enterprise (we already use open source) and to
create a case for our management to buy it, I''m trying to set up a Puppet
Enterprise environment on some virtuals. While the puppet part works fine,
and the client I''ve set up is doing fine as well, it seems the Live
Management part is not. When I click on the Live Management tab it only
2012 Nov 16
1
migrating puppetmasters & the console database (puppet enterprise)
Hi group,
I''m in the process of migrating a puppetmaster to a new host, and didn''t
want to have to manually add in my classes and group configs in the console.
So I was looking into the console db, and it appears to hold all the info
on nodes classes and groups. So my question is this: Is it feasible to
dump the console db on the old master and restore it on the new master?
2013 May 13
1
puppet does not see changes in /etc/puppet/puppet.conf
I did a fresh install on Ubuntu 12.04 with apt packages from puppet labs. I
have agents talking to my puppetmaster.
Puppetmaster is running apache/passenger connected to puppetdb and
puppet-dashboard is setup to use puppetdb but it is not able to see any
reports submitted to puppetdb.
When an agent connects to master I see :
Info: ''replace facts'' command for hostname
2013 Aug 07
1
Adding Foreman to an existing Puppet master
Greetings:
Sorry for cross-posting this question, but I haven''t gotten any love
over on the Google Forum for Foreman users<https://groups.google.com/forum/#!forum/foreman-users> (their
forum isn''t as active as this one). I only recently learned about The
Foreman and I''d like to deploy it on a 64-bit Ubuntu 12.04 LTS workstation
to provision/manage a bunch of
2013 Sep 20
3
Puppet nodes unable to send report to Puppet Master running under Passenger
Hello all,
I recently switched to running puppet master using Passenger. However, I am
seeing agents unable to send reports after a bunch of ''master'' processes
starting to accumulate and eat all the RAM and swap space.
Error: Could not send report: Error 500 on SERVER: <!DOCTYPE HTML PUBLIC
"-//IETF//DTD HTML 2.0//EN">
<html><head>
2013 Apr 16
0
Puppet Dashboard errror
Hi All,
For some reason my puppet dashborad is not starting and new node requests
are not displaying in dashboard. I am getting following error while
restarting Puppet dashboard.
root@PuppetMaster:/etc/puppetlabs/puppet/modules#
/etc/init.d/pe-puppet-dashboard-workers start
* Starting PE Puppet Dashboard
Workers
2013 Nov 28
1
puppet-users-br err: Could not retrieve catalog from remote server: SSL_connect returned=1 errno=0 state=unknown sta
Just installed the puppet master server in
and the client just installed the puppet
I managed to sign the certificates
root@Puppetmaster:/etc/puppet# puppet cert --list --all
+ "puppetclient" (96:9A:C3:8D:B6:72:A4:5F:01:AA:40:A9:95:3E:FB:D2)
+ "puppetmaster" (12:92:DF:EB:72:E5:DF:99:D8:22:CA:5F:22:3A:1D:61)
at the time I create the file site.pp in / etc / puppet / manifests
2013 Feb 15
1
Errors when running 'puppet agent --test' command
Hello,
First of all I am new to the Puppet technology. I am trying to get my
puppet agent (windows) to reach my puppet master (Linux) server.
In this tutorial:
http://docs.puppetlabs.com/learning/agent_master_basic.html
It claims to test your puppet agent you need to use the ''puppet agent
--test'' command. My result when I tried this is:
C:\Program Files (x86)\Puppet
2013 Mar 04
0
Puppet Agent Configure Error in EC2
Hi All,
While I am trying to install/configure Puppet agent from puppet master in
ec2 getting this error
"root@PuppetMaster:/home/ubuntu# puppet node install
--install-script=puppet-enterprise
--installer-answers=/home/ubuntu/puppet-agent-answers
--installer-payload=/opt/puppet-enterprise-2.7.1-ubuntu-12.04-amd64.tar.gz
--keyfile=/home/ubuntu/key.pem --login=ubuntu
2013 Jul 09
1
Puppet code review - suggestions and options
We are looking to implement a code review system that will require a review
of the code before it gets to production servers. I have been looking into
many different options, and would love some feedback and experiences from
other users.
Our puppet is in a git repo. We have 3 primary environments with a branch
of puppet for each of them. All of our puppet info is in the git repo
2011 Feb 08
3
puppetmaster fails to start using dist puppet.conf file
I''m having an issue with the default puppet.conf distributed with puppet 2.6.4 (FreeBSD port). I''ve reproduced the problem with a completely fresh install on a completely fresh OS in a VM. Under these conditions, running puppetmaster with no config is fine, but simply moving the puppet.conf-dist file to puppet.conf causes the following errors on console:
Performing sanity
2012 Dec 17
0
puppet-dashboard install not generating 'dashboard' cert
Hello,
I''m trying to get puppet-dashboard installed on a CentOS 6.3 machine
running puppet v3.0.1.
I''m following the puppet-dashboard documentation here:
http://docs.puppetlabs.com/dashboard/manual/1.2/configuring.html
In the documentation page linked above, it says:
Puppet uses SSL certificates to control who can make requests to the puppet
> master, so Dashboard has
2009 Aug 30
3
restart puppetmaster when files change
I create this class pmaster in order to restart puppetmaster daemon
after /etc/puppet/puppet.conf file change.
class pmaster {
file { "/etc/puppet/puppet.conf":
ensure => "file";
}
service { "puppetmaster":
ensure => "running",
enable => "true",
hasrestart => "true",
subscribe => File [
2012 Oct 04
4
Puppet 3.0 + Inventory search
Hello,
I am having problems with Puppet since upgrading to 3.0.0.
When I call an inventory search I get a Error 400. I have used dashboard +
Perl
Oct 4 08:58:43 puppet01 puppet-master[7008]: Handling request: GET
/production/facts_search/search?facts.lsbdistcodename.eq=lenny
Oct 4 08:58:43 puppet01 puppet-master[7008]: header too long
ii facter
2009 Jul 21
0
new puppet config - fileserver issue
Hi
I am a newbie to puppet. I have tried an initial config serving a
simple file & dir from the puppetmaster, but the client will not
mount. What obvious mistake am I making, I wonder? puppetmaster is a
DNS alias for osiris3.
Config files:
[root@osiris3 puppet]# cat fileserver.conf
[config]
path /data/puppet/manifests/files
allow *.pinnacle.co.uk
[root@osiris3 puppet]# cat puppet.conf
2009 Apr 28
2
Puppet Mongrel Load Balancing + CNAME
Hi I am reading and configuring puppet in relation to
http://reductivelabs.com/trac/puppet/wiki/UsingMongrelOnEnterpriseLinux
The question I have is in relation to the ssl certificates generated
the first time the puppetmaster service is run and the ability to use
a CNAME.
If the host that i am running the puppetmaster on is
server.example.com and i want to use puppet.example.com as a CNAME
that
2013 Nov 30
0
install puppet modules behind a proxy
Hi
I installed puppet on centos for the first time yesterday. the default
installation via YUM didnt install any modules
i am using apache and mysql for the webserver and database.
my question is there no way to install the modules if i am behind a proxy?
[root@puppet ~]# puppet --version
3.3.2
[root@puppet conf.d]# cat /etc/*release*
CentOS release 6.4 (Final)
CentOS release 6.4 (Final)
CentOS
2012 Feb 06
2
Puppet kick class option error
Hi,
I''m trying to puppet kick with class option.
Pupper Master: puppetmaster.example.com
Puppet Client1: host1.example.net
Puppet Client2: host2.example.net
But I get this error.
---
[root@puppetmaster ~]# puppet kick --class test --debug
test: host1.example.net.example.com, host2.example.net.example.com
Triggering host1.example.net.example.com,
host2.example.net.example.com
Host