Displaying 20 results from an estimated 30000 matches similar to: "where do I configure 'max pool size'?"
2013 Oct 16
9
puppetdb, foreman, one particular node has a problem
I have about 75 nodes now and recently added 6 of them. They are all
running Debian squeeze and all have exactly the same Puppet packages. One
is giving an error when I try to enroll it:
Failed to import facts: PG::UndefinedColumn: ERROR: column "environment"
of relation "hosts" does not exist
LINE 1: ...d", "created_at", "disk",
2013 Feb 01
11
Change the location of puppet.conf
Hey guys,
Does anyone know how to change the location of puppet.conf? In my
situation, I don''t want to store it under /etc/puppet/puppet.conf or
~/.puppet/puppet.conf -- I''d like to store it under /opt/puppet/puppet.conf
in this example. Is there a method without having to symlink, perhaps with
an environment variable like PUPPET_CONF=.... ?
Thanks for your time,
Jason
--
2013 Jun 28
2
Puppet user running Apache-Passenger ?
Is there anything in the Puppet/Passenger setup process that edits httpd.conf and sets the User/Group running apache to "puppet" ?
A master I set up several months ago is configured that way.
I do not recall doing it.
But then the high voltage electroshock therapy does have its side effects :)
“Sometimes I think the surest sign that intelligent life exists elsewhere in the
2013 Feb 27
7
puppet 3 and standalone passenger?
I''ve been looking around for instructions on installing puppetmaster with a
standalone passenger, without apache.
I''m a personal believer in, "the fewer layers, the better" :)
Unfortunately, I cant find any instructions for this configuration.
Everything seems to be written for "puppet AND httpd and passenger".
Could anyone point me to instructions sans
2013 Oct 13
2
LAMP stack with strange dependencies
Hello everyone.
I''ve been toying around with puppet and something happened that seems
strange to me.
In site.pp I have the following:
> node default {
>
> # This is where you can declare classes for all nodes.
>
> # Example:
>
> # class { ''my_class'': }
>
> # class { ''lamp'': }
>
> package
2013 Mar 12
2
Only running database_grant the first time.
I''m using puppet through Vagrant to manage my dev VM, and as part of that I
have a few database grants that I run after creating users, but when I
subsequently run vagrant up or provision these grants fail (because of some
changes I make to the mysql config after they have been created.)
I''m using database_grant to execute the grants, but there doesn''t seem to
be a
2013 Sep 11
4
getting array of hostnames of clients
I need to get an array of hostnames of clients of the puppet server.
There doesn''t seem to be a simple way to do this so I''ve tried a few
methods.
I''ve tried a curl expression in a fact like this:
curl -s -k -H "Accept: yaml"
https://localhost:8140/production/facts_search/search?facts.nodetypet=testnodes
where I''ve got a nodetype fact which works
2013 Nov 17
1
apt-get installing packages with dependencies
Hi,
I''m having trouble installing packages that have dependencies. (I can
install packages like zip fine.)
for example I would like to install s3cmd.
Installing from command line I would run.
#apt-get -y -o APT::Install-Suggests="true" install s3cmd
which will install python-support & s3cmd.
My init.pp files looks like this
###
class build {
file
2013 Aug 14
1
Can't remove a physical_volume from a volume_group
Hello,
I have this bit of code that tries to remove a physical volume from the VG
(which consists of /dev/sda5 amd /dev/sdb1):
volume_group {
"system":
ensure => absent,
physical_volumes => "/dev/sdb1",
}
But I get this error:
Error: Execution of
2012 Nov 29
15
Simultaneous Client updates
Hi all,
I''m currently getting a lot of update failures showing up with no logs in
the dashboard. This happens for about half of our 28 nodes, about once an
hour. When re-run half an hour later, everything seems fine.
Through a combination of server restarts and our Puppet master locking up
entirely yesterday, almost all of our nodes are now trying to do their half
hourly update at
2008 Jun 13
12
puppet/naginator?
I''m very interested in the way that puppet appears to be able to
generate nagios configurations though I can''t seem to find any
documenation on how it works:
http://reductivelabs.com/trac/naginator
is clearly a placeholder page...
Meanwhile the various pieces of info at links such as:
http://reductivelabs.com/trac/puppet/wiki/TypeReference#nagios-host
are just teasing me.
2013 Mar 20
7
Puppet 3.1.1 and file… -> Error: Failed to apply catalog: Attribute 'user' or 'target' is mandatory
Hello,
Seems that file ressource gets a new idea of what to be given.
I have the following recipe :
class resolvconf {
file {
"/etc/resolv.conf":
owner => root,
group => wheel,
mode => 644,
source => "puppet:///puppet/dist/resolv.conf",
2013 Feb 06
3
PuppetDB builtin backend performance?
Hi,
I''m using PuppetDB with builtin backend, haven''t switched yet to
postgresql, and I''m starting to see decrease in performance of my agent
runs.
I use PuppetDB solely because of exported resources support.
How soon should I think about moving to PostgreSQL? How many clients
does my master need to serve, so that PuppetDB in it''s default
installation,
2012 Nov 01
2
Does anyone know how to evaluate a node hostname in nodes.pp file?
Does any one know how to evaluate a node hostname in the nodes.pp file?
for example something like this..
node ''node1.com'', ''node2.com'', ''node3.com'' {
case node.name {
''node1.com'' : { include solaris }
''node2.com'' : { include redhat }
''node3.com'' : { include aix
2012 Feb 03
16
neatest way to determine a major version of centos/linux?
Just started a rollout of centos 6.x across our Puppet deployment
(100-odd servers).
what fact would people suggest I use to distinguish 5.x from 6.x
(quite a lot of subsystems are different between major releases)?
lsb* facts don''t seem to be present on centos 6 - is this an EPEL bug,
or have they
just been removed in Facter?
Thanks!
--
You received this message because you are
2013 Oct 08
4
'puppet storeconfigs export' killed
Hi,
I currently have a MySQL database containing all Puppet storeconfigs. My
intention is to migrate to PuppetDB on a PostgreSQL server, so the first
step is to use the ''storeconfigs'' face to export all the DB to a file
PuppetDB can later consume. But the ''puppet storeconfigs export'' command
always ends up being killed, I suspect due to some sort of OOM
2012 Sep 07
7
passenger-install-apache2-module fails
Hi I have installed passenger on many machine and this is my 3rd puppet
master on CentOS 6. This one is giving me problems and I have been trying
with different gem versions and still no go.
When I run passenger-install-apache2-module I get this error:
Sorry its really long so I copied to a text doc attached to this post.
Any Idea on whats going wrong. I have not had a problem with this before
2013 Jan 29
10
Puppet service
HI All,
Can any anyone please help me with attached screenshot.
Actually i am not able to lauch puppet dashboard and when i have tried to
running below command ,getting error.
puppet resource service puppet ensure=running enable=true
--
Thanks and Regards,
Mamta Garg
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe
2013 Oct 31
6
need help !!!
Hi,
I am using puppet 2.7.20 server on linux and windows client with same
version of puppet.
Until recently everything was working fine but lately I have started
getting the error below
[0m
[0;32minfo: Caching catalog for node_windows [0m
[0;37mdebug: Puppet::Type::Exec::ProviderShell: feature posix is
missing [0m
[0;37mdebug: Puppet::Type::Exec::ProviderPosix: feature posix is
missing [0m
2013 Jan 17
3
How do I manage puppet.conf? Let me count the ways.
In a recent post Nikola Petrov summerized methods for managing config
files such as puppet.conf:
* use augeas with virtual resources
* use the concat module
* use the standard template function with multiple arguments; look at
http://docs.puppetlabs.com/guides/templating.html and scroll down to
"Combining templates"
I can add a few others:
* use the ini_setting type