Displaying 20 results from an estimated 1000 matches similar to: "Test if stored config is enabled?"
2008 Feb 13
7
dependency to storeconfig
Hi all,
I''ve noticed, that once using storeconfig, if the db (in my case mysql) is
down than puppet wont start...
is there a real reason for making puppet depend on the db?
Thanks,
Ohad
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-users
2012 Oct 15
4
Benchmark puppetDB
Dear All,
I know puppetDB its more faster than storeconfigs, but to replace
storeconfigs with puppetDB into production server
Its need more explanation than some link from puppetlabs, need prove to my
bos and team.
For testing i just have 1 puppetmaster and 1 and 2 puppet agent, how i can
look different performance?
Its that any idea / or complex puppet stanza to benchmark / compare this
with
2010 Jul 07
7
inventory of managed resources
Hi,
are there any good ways of scripting an inventory of managed resources on
all nodes? I''ve found the inventory script by R.I.Pienaar (
http://www.devco.net/archives/2010/02/26/what_does_puppet_manage_on_a_node-2.php)
which does what I want but only locally on each client. Is there any native
way of syncing the client_yaml data centrally or any other way of doing
this?
I need a
2008 Feb 11
9
Storeconfigs purge Perl
Here''s some happy-fun Perl to make your storeconfig/virtual resources day better. I probably should have written this in Ruby, but perl comes naturally :)
#!/usr/bin/perl
#
# Perl DBI to remove all related entries from Puppet''s storeconfigs database.
# Use when a host is removed from the Puppet network forcibly
# Alternatives: run puppet on host to be removed with a blank
2012 May 18
24
Announce: PuppetDB 0.9.0 (first release) is available
PuppetDB, a component of the Puppet Data Library, is a centralized storage
daemon for auto-generated data. This initial release of PuppetDB targets the
storage of catalogs and facts:
* It’s a drop-in, 100% compatible replacement for storeconfigs
* It’s a drop-in, 100% compatible replacement for inventory service
* It hooks into your Puppet infrastructure using Puppet’s pre-existing
2007 Oct 23
1
storeconfig DEPRECATION WARNING
Hi,
here is a warningmessage i got while i am testing my new puppet
installation with .23.2 and storedconfig and reports and all the bell
and whistle :)
DEPRECATION WARNING: Calling .create on a has_many association without
saving its owner will not work in rails 2.0, you probably want .build
instead See http://www.rubyonrails.org/deprecation for details. (called
from create at
2012 Aug 09
4
Error 400 on Server: Another local or imported resource exists with the type and title Sshkey
I am attempting to remove an old ssh host key from
/etc/ssh/ssh_known_hosts. In my manifest, I have the following:
# add keys
@@sshkey { $hostname:
ensure => present,
type => "rsa",
key => $sshrsakey,
}
# remove key
@@sshkey { "foohost":
ensure => absent,
type => "rsa",
}
Sshkey <<| |>>
But I get this error on
2005 Jan 27
4
/usr/bin/ld: cannot find -lidn
Bueller? Is this a lib of some kind? Google and lists bring up nada,
this is from ast cvs head latest on Fedora Core 3.
/usr/bin/ld: cannot find -lidn
collect2: ld returned 1 exit status
make[1]: *** [app_curl.so] Error 1
make[1]: Leaving directory `/usr/src/asterisk/apps'
make: *** [subdirs] Error 1
[root@zoot asterisk]# uname -a
Linux zoot 2.6.9-1.667smp #1 SMP Tue Nov 2 14:59:52 EST 2004
2019 Aug 21
2
Password Settings Objects - Maximum password age not enforced?
Hey All,
I am testing PSO password policies and am having trouble getting the Maximum password age to be enforced. I have a test policy applied to a group and it does enforce complexity and Minimum password length but not the Maximum password age. Anyone using this setting for PSO's?
Samba version 4.10.0-Ubuntu
Password information for PSO 'TESTpolicy'
Precedence (lowest is
2010 Dec 15
22
Separating puppetmaster file serving and catalogs
I''m looking for a way to run more than one puppetmaster on the same server under passenger. Most of the puppet CPU load is waiting for the catalogs to compile. This also seems to be mostly what takes large amounts of RAM. I have storedconfigs on.
I want to be able to move the fileserver to a different pool of puppetmaster processes. Is there an easy way to tell the client, either in
2005 Jan 24
1
RE More help on ACL problemplease...anyone...anyone...Bueller?
Extract of smb.conf :
valid users (S)
This is a list of users that should be allowed to login to this
service. Names starting with '@', '+' and '&' are interpreted using
the same rules as described in the invalid users parameter.
If this is empty (the default) then any user can login. If a username
is in both this list and the invalid
2013 Jul 25
9
Not collecting exported resources without storeconfigs
# cat /etc/redhat-release
CentOS release 6.4 (Final)
# puppet --version
3.2.3
# rpm -q puppetdb
puppetdb-1.3.2-1.el6.noarch
I am now receiving "Not collecting exported resources without storeconfigs"
for my opsview module. It was working fine on puppet 2.7 with
Activerecord/MySQL. I am still new to puppetdb so maybe I am missing
something. This is from puppet.conf:
storeconfigs
2010 Apr 27
3
strange pson error...
Hello!
What does this error means?
err: Could not retrieve catalog from remote server: Could not intern
from pson: Could not convert from pson: Could not find relationship
target "Nagios_hostgroup[]"
I cannot find it anywhere in my config... I have only 2
nagios_hostgroups, exported to server, then collected in nagios
module. Any ideas?
Cheers
---
Grzegorz Marszałek
2012 May 16
3
Master Timeout
Howdy,
our puppet master is hosting nagios at the same time. it happens that
the compilation of the catalog for the master during a puppet run
produces a timeout:
===
err: Could not retrieve catalog from remote server: execution expired
warning: Not using cache on failed catalog
err: Could not retrieve catalog; skipping run
===
If the whole nagios part is commented out for the master host
2006 Mar 12
3
Mappery breakthrough : Garmin topo, vista, rino, under linux & CXO
As most of you know, I've been trying to make GPSs and topo
maps usable under Fedora Core 4 linux, using CrossoverOfficePro (CXO)
5.0.1.
I've belabored nine or ten specialized lists for six or eight
weeks, parcelling out pieces of the problem wherever I hoped they
might arouse interest and knowledge. I've gotten invaluable help and
encouragement from all of them, on the lists
2011 Jun 04
3
Client vs server storeconfigs
Hi all,
As I understand it, storeconfigs needs to be enabled on both the agent
and the master to function ideally. I have a couple of questions:
-> Can the various agents and the master safely share the same
storeconfigs db (say, a postgresql server)? Is there any benefit to
setting things up
this way?
-> Is there any benefit for an _agent_ to use an RDBMS vs sqlite for
its
2012 Jul 18
2
Remote site puppet infrastructure
I''m trying to figure out if there is a common/working setup that people are
using to host puppet in remote sites.
At first our setup was that we have several puppetmasters (PM) in site A
and a couple in our smaller site B. In site A we are also hosting Foreman
and our mysql DB for storeconfigs. site A and B are connected via a WAN
that is fairly slow.
With this setup the issue I
2009 Aug 26
7
storeconfigs + environments issue
Hi Guys,
Im trying to turn on storeconfigs with a mysql db backend. On my
testing server in our lab, i configured this successfully and can see
if keeping information on all test hosts.
When trying to implent the same idea onto our production puppet
server, I get the following errors:
Aug 26 16:35:53 opsynxsr0097 puppetmasterd[27003]: (/Settings[/etc/
2008 Jan 07
3
Storeconfigs
Hello,
Anyone have any luck getting storeconfigs + MySQL working? I was getting
some freaky uninformative errors:
err: Could not call: wrong number of arguments (1 for 0)
It''d be great if we could get a wiki page up, there appears to be a
pretty large consensus of people who are unable to get it running.
Regards,
AJ
2013 Dec 09
2
Are storeconfigs without puppetDB possible?
I''m doing some testing with the puppetlabs/haproxy module on a vagrant box
with puppet 3 set up. The module we use requires exported resources to be
enabled in order to specify haproxy backends, but I don''t have it
configured in puppet. I have our puppet repo checked out to the VM and am
using puppet apply, pointed at the specific module path we use for
development, to