Displaying 20 results from an estimated 20000 matches similar to: "puppet-ls with Puppet 3.2"
2013 Apr 29
2
checking puppet run status of node A during puppet run of node B
I have some middleware where the successful configuration of node B is
dependent on the successful configuration of node A. Node B must pull
additional information from node A during its configuration. Is there any
built in functionality in puppet for checking the completion status of
other nodes? Right now my intent is to write a custom function to query
the puppetdb which is storing
2013 May 24
6
Puppet/Nagios/PuppetDB slow performance
Hi all,
For months now I''ve been using Puppet with PuppetDB backend to manage my
Nagios configs. We now have 1200+ services being checked and including
servicedependency, host, hostdependency, command and other Nagios
resources being managed, that''s about 3000 resources in total.
Unfortunately this means the monitoring server takes about 8 minutes to
perform a Puppet run.
2013 May 07
2
Modules doesn't work from puppet agent.
Hi all,
I think i''m forgetting something.
If i do: "puppet apply manifiests/site.pp" it works perfectly, loading
modules i have include in site.pp file.
site.pp:
cat manifiests/site.pp
node default {
include ntp, motd
}
But it does not work if i run puppet agent.
puppet agent --test --server=debianita.user.arinso --environment production
Info: Retrieving plugin
Info:
2013 May 27
2
Puppetdbquery 1.1.0, now featuring hiera backendception
I just released dalen-puppetdbquery 1.1.0, one cool new feature in this
release is a hiera backend.
So if you have a puppet class that takes a list of hosts as a parameter you
can now fill it using dynamic data from a puppetdb query. No need anymore
to modify the module itself or create a wrapper class around it to do the
puppetdb query in.
It requires another hiera backend to be active at the
2013 Oct 15
6
hiera_array, structured data and multiple levels of hierarchy
Hi all!
I''m trying to setup a puppet module for sudo that will write multiple files
with separate data for each file, all dependent on the hiera hierarchy.
Here''s the relevant portion of my hiera.yaml:
> :hierarchy:
>
> - "datacenter/app/role/node/%{::clientcert}"
>
> - "datacenter/app/role/%{::server_role}"
>
> -
2013 Jul 25
2
No reports in foreman
Dear all
I am trying to set up reports in foreman, but foreman tells me to configure
it.
What am I doing wrong?
I have on the puppet master:
/var/lib/puppet/reports/foreman.rb
with $foreman_url=http://rh6-puppet-master
Do I need the port?
/etc/puppet/puppet.conf with in [main] reports = log, foreman
I restarted the service service puppetmaster restart
in /var/log/messages I find: No
2013 Aug 29
10
Hiera and hiera-gpg
I am having a bit of difficulty implementing hiera-gpg; particularly with
accomplishing the deencryption in my manifests. Can anyone either provide
a simple example or point me to a good resource? I have searched alot and
am still struggling.
Any help would be very appreciated!
Thanks!
Bee
--
You received this message because you are subscribed to the Google Groups "Puppet Users"
2013 Oct 24
11
Help with scaling puppetdb/postgres
Hello, I''m currently trying to deploy puppetdb to my environment but I''m
having difficulties and am unsure on how to proceed.
I have 1300+ nodes checking in at 15 minute intervals (3.7 million
resources in the population). The load is spread across 6 puppet masters. I
requisitioned what I thought would be a powerful enough machine for the
puppetdb/postgres server. A machine
2012 Aug 30
4
Trying to setup puppetdbquery on puppet-3.0.0-rc5
I have puppetdbquery working on my puppet-2.7.16 puppet master but I am
getting an error when using it with puppet-3.0.0-rc5
https://github.com/dalen/puppet-puppetdbquery
This is the error I am getting:
err: Could not retrieve catalog from remote server: Error 400 on SERVER:
undefined method `start'' for
#<Puppet::Network::HTTP::Connection:0x7fa6e25db7c8>
How would I go
2013 Oct 08
5
user management define once an add if required on server
Dear all
I am looking for a solution for a module to define alle possible user and
then install the one or more user from that module if needed on a server,
but not all of them.
My idea is something like this. Can I define a user in the nodes.pp at a
special Server to install that user?
init.pp
class admin_user::group {
group { "group1":
gid => "888",
2013 Sep 02
4
puppetdb - getting a list of specific facts for specific hosts?
I''m trying to query puppetdb for a list of hosts maching a certain regex
(on hostname) and only returns 2 facts (ipaddress and hostname)
I''m trying to follow:
http://docs.puppetlabs.com/puppetdb/latest/api/query/tutorial.html
and I''m not even quite sure, wether or not, I should use a facts or a
nodes, or a resources query ?
I get some of the queries to return just
2013 Feb 22
6
Finding a manifest full file name (with path) in a function?
I''m trying to create a function that I can call in a manifest like this:
$doc = doc(''apache::service'')
In the function, I want it to actually find the filename for the
''apache::service'' class... from there, I''m going to run some code that will
generate the puppet-doc in text format, and then return it in a variable.
Ultimately this is so
2013 Jun 20
2
Re-inventing the Wheel (again?)
I''m new to puppet and working my way through the documentation. I''m
struggling with the puppet labs module repo.
I''ve toyed with numerous automation and configuration methodologies over
the decades. Perhaps I''m seeing puppet wrong, Compared with CFEngine
there is a a lot I like, but I''m not sure why I''m still having to re-invent
the
2013 Feb 19
1
Functions for PuppetDB
Is this the best option for accessing puppetdb data from modules?
http://forge.puppetlabs.com/dalen/puppetdbquery
Any other recommendations?
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com.
To post to this
2013 Feb 20
1
Announce: Module puppetlabs/postgresql 2.1.0 Available
A new release of the puppetlabs/postgresql module is now available on the Forge:
https://forge.puppetlabs.com/puppetlabs/postgresql/2.1.0
Changelog
========
This release is primarily a feature release, introducing some new
helpful constructs to the module.
For starters, we''ve added the line `include
''postgresql_conf_extras.conf''` by default so extra parameters not
2013 Oct 11
4
Duplicate declaration for files.
Hello,
I''m configuring my linux server with puppet open and is ok. My question is
the next; I''ve a declared in mi nodes.pp the next:
[.............]
node ''basenode'' {
include ''baseos''
include ''motd''
import ''useradd.pp''
}
#All nodes for my domain
node /.*\.example\.com/ inherits
2013 Aug 27
2
passenger installation file passenger-install-apache2-module missing
Dear all,
I have installed
yum install rubygem-passenger
Installed:
rubygem-passenger.x86_64
0:4.0.5-3.el6
Dependency Installed:
rubygem-daemon_controller.noarch 0:1.1.4-3.el6
rubygem-fastthread.x86_64 0:1.0.7-1.el6
rubygem-rack.noarch 0:1.0.1-2.el6
rubygem-rake.noarch 0:0.8.7-2.1.el6
2011 Apr 01
9
Puppet on Redhat 6
Hello
I have been using puppet for a while now, more or less successfully on
SLES 11 and CentOS 5.5
currently I am using puppet 2.6.6
I now am trying it out on redhat 6, and now i run into an problem with
even the simplest of modules/classes
The error I get is :
debug: /Stage[main]/Motd/File[/etc/motd]/content: Executing ''diff -u /
etc/motd
2013 Oct 21
3
Resource file copy files recurse in existing directory with existing files
Hi,
I have a file resource that brings files in the diretory
"/usr/local/nagios/libexec" from source1 and I have a second resource file
that should bring file in that same directory but from an other source.
But the result is that only the files from file {
"/usr/local/nagios/libexec": do exit in the directory. I tried remote and
true. The resource file {
2009 Sep 24
1
puppet permissons
Today I was testing Puppet''s fileserver feature and and error came up:
client> /usr/sbin/puppetd --test --verbose --server puppet
info: Caching catalog at /var/lib/puppet/localconfig.yaml
notice: Starting catalog run
notice: //Node[default]/sudo/Package[sudo]/ensure: created
err: //Node[default]/sudo/File[/etc/sudoers]: Failed to retrieve current state
of resource: No specified source