search for: plugindest

Displaying 18 results from an estimated 18 matches for "plugindest".

2008 May 30
2
pluginsync factsync etc
Hi, When starting puppet on a new machine, (or when the $vardir/lib is empty) puppet will not run the facts, it will only copy them. on the second time puppet runs, it works quiet well: on the client its defined: [main] pluginsync = true pluginsource = puppet://$server/plugins plugindest = $vardir/lib/puppet factpath = $vardir/lib/puppet/facter [puppetd] factsync = true I also tried with facter 1.5RC1, but no difference there as well. Am I missing something? Thanks, Ohad --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed t...
2012 Oct 04
3
Need help with rspec-puppet
Hello Everyone, I am fairly new to puppet and I would like to run som unit tests. I hope rspec is the right tool for it. Unfortunately, after setting it up, when I try to execute it I receive the following error: Failures: 1) helloworld Failure/Error: it { should include_class(''helloworld'') } Puppet::Error: Error converting value for param
2008 Apr 02
2
Problem implementing multiple Environments
...y if what I am trying to do with environments is plain stupid. I am using 0.24.4 My puppet master looks like [main] logdir=/var/log/puppet vardir=/var/lib/puppet rundir=/var/run ssldir=/var/lib/puppet/ssl templatedir=/etc/puppet/templates pluginsync = true pluginsource = puppet://$server/plugins plugindest = $vardir/lib/puppet factpath = $vardir/lib/facter environment = production [puppetmasterd] environments = production,testing storeconfigs=true smtpserver = smarthost dbadapter = mysql dbserver = lhr1-ahbat-01 ldapnodes = true ldapserver = lhr1-ahaaa-02 ldapbase = ou=Hosts,dc=active,dc=com dbname...
2007 Jul 13
7
new puppet providers
I might have the terminology wrong, but how to a give new puppet providers to the puppet clients? I''m thinking a provider is the thing the puppet client uses to implement a task that the master has given it. Am I way off here? Mike B. ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.
2008 Dec 04
4
puppetmaster built via puppetd
...39;$confdir/localconfig''. localconfig = $vardir/localconfig runinterval = 120 #factsync = true # These settings are necessary to enable plugin support via modules # Our custom facter facts rely on this pluginsync=true pluginsource = puppet://$server/plugins plugindest = $vardir/lib factpath = $vardir/lib/facter factdest = $vardir/lib/facter [puppetmasterd] modulepath = /var/lib/puppet/modules certname = puppet --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Pu...
2010 Dec 14
11
Configure firewall with Puppet
Hello Everybody, We need to open some ports on the target machine, let''s say 694:udp and 3306:tcp I couldn''t find any documentation how can I do this with Puppet. What the best way of doing this? Thank you Dmytro -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to
2007 Aug 20
1
Common routines for custom functions
Hello I want to share some common subroutines between my custom functions. Given the way Puppet loads the .rb files in $plugindest/puppet/parser/functions, does anyone know how should I lay this out? I tried creating a module myutilities def self.blah() ... end end (NOT within the newfunction() call) in one of the (top-level) functions'' .rb file. However, calling myutilities::blah() doesn''t al...
2013 Aug 30
1
Could not find certificate Error: header too long
...ar/lib/puppet/ssl/certificate_requests]{:links=>:follow, :ensu re=>:directory, :backup=>false, :owner=>"puppet", :loglevel=>:debug, :path=>"/var/lib/puppet/ssl/certificate_requests"}'' Debug: Using settings: adding file resource ''plugindest'': ''File[/var/lib/puppet/lib]{:links=>:follow, :ensure=>:directory, :back up=>false, :loglevel=>:debug, :path=>"/var/lib/puppet/lib"}'' Debug: Using settings: adding file resource ''clientyamldir'': ''File[/v...
2009 Jun 10
10
puppet client looking for server puppet
...sterhttplog = /var//opt/csw/puppet/log/masterhttp.log manifestdir = /etc//opt/csw/puppet/manifests pluginpath = /var//opt/csw/puppet/plugins factdest = /var//opt/csw/puppet/facts authconfig = /etc//opt/csw/puppet/namespaceauth.conf logdir = /var//opt/csw/puppet/log ssldir = /etc//opt/csw/puppet/ssl plugindest = /var//opt/csw/puppet/lib factsource = puppet://mypuppet.example.net/facts rundir = /var//opt/csw/puppet/run genconfig = true pluginsource = puppet://mypuppet.example.net/plugins factpath = /var//opt/csw/puppet/facts libdir = /var//opt/csw/puppet/lib statedir = /var//opt/csw/puppet/state railslog...
2007 Mar 20
3
err: cannot create directory, parent doesn''t exist. But it does.
...= /Library/Puppet/Versioned/Server/complete/puppet vardir = /Library/Puppet/Generated/Server/var ssldir = /Library/Puppet/Generated/Server/SSL logdir = $vardir/logs rundir = $vardir/run templatedir = $vardir/templates plugindest = $vardir/plugins setpidfile = true statedir = $vardir/state statefile = $statedir/state.yaml graphdir = $statedir/graphs graph = true syslogfacility = daemon Cheers, -- Jeff McCune Systems Manager The Ohio State...
2012 Aug 23
1
Puppet Agent VS User
...dulepath = /etc/puppet/modules:/usr/share/puppet/modules name = apply node_name = cert node_name_fact = "" node_name_value = vusion-production node_terminus = plain noop = false onetime = false passfile = /var/lib/puppet/ssl/private/password path = none pidfile = /var/run/puppet/apply.pid plugindest = /var/lib/puppet/lib pluginsignore = .svn CVS .git pluginsource = puppet://puppet/plugins pluginsync = true postrun_command = /etc/puppet/etckeeper-commit-post preferred_serialization_format = pson prerun_command = /etc/puppet/etckeeper-commit-pre privatedir = /var/lib/puppet/ssl/private privateke...
2013 Feb 25
5
Puppet execution hangs for long periods of time
...keys]{:loglevel=>:debug, :ensure=>:directory, :links=>:follow, :mode=>"750", :backup=>false, :path=>"C:/Documents and Settings/All Users/Application Data/PuppetLabs/puppet/etc/ssl/private_keys"}'' Debug: Using settings: adding file resource ''plugindest'': ''File[C:/Documents and Settings/All Users/Application Data/PuppetLabs/puppet/var/lib]{:loglevel=>:debug, :ensure=>:directory, :links=>:follow, :backup=>false, :path=>"C:/Documents and Settings/All Users/Application Data/PuppetLabs/puppet/var/lib"}...
2007 Nov 17
7
oddness with fileserver, facts and plugins sync
...owing errors. Currently I''m using puppet standalone to test against itself so that might explain the fact (sic) that the fact is working, but not the fileserver errors. Where plugins come into this is trying to do basically the same thing: plugins in /var/lib/puppet/plugins/{foo.rb, etc} plugindest of /var/lib/puppet/lib/ either with or without a mount in fileserver.conf I get no love from plugins. In fact the only way I''ve been able to get it to work is with the patches for plugins in modules. anyone have any ideas? C -- stickm@gmail.com -==< Stick >==- ___________...
2011 Jul 29
9
Custom fact question
Hi, I need to use the output of a script to set the value of a variable. I understand the only way to do this is to use a custom Facter fact. However, this script will only run when (naturally) it''s been installed, which is something Puppet takes care of. Conf files, which I would very much like to be able to install as part of the same run depend on the variable being set. So, it
2009 Oct 21
2
Bug #2617(?) in Puppet 0.25.1rc2
...gneddir = /etc/puppet/ssl/ca/signed autosign = /etc/puppet/autosign.conf factdest = /var/puppet/facts/ hostprivkey = /etc/puppet/ssl/private_keys/ puppetmaster25.balkon.statystyka.net.pem hostcrl = /etc/puppet/ssl/crl.pem rundir = /var/puppet/run ssldir = /etc/puppet/ssl plugindest = /var/puppet/lib privatekeydir = /etc/puppet/ssl/private_keys hostcsr = /etc/puppet/ssl/ csr_puppetmaster25.balkon.statystyka.net.pem factsource = puppet://puppet/facts/ hostpubkey = /etc/puppet/ssl/public_keys/ puppetmaster25.balkon.statystyka.net.pem statedir = /var/puppet/st...
2011 Nov 04
1
Storeconfigs and nagios and foreman
...uests are stored. # The default value is ''$ssldir/certificate_requests''. requestdir = /etc/puppet/ssl/certificate_requests # Where Puppet should store plugins that it pulls down from the central # server. # The default value is ''$libdir''. plugindest = /var/lib/puppet/lib # An extra search path for Puppet. This is only useful # for those files that Puppet will load on demand, and is only # guaranteed to work for those cases. In fact, the autoload # mechanism is responsible for making sure this directory # is in Ruby'&...
2007 Jun 14
19
Please test export/collect from svn
For those of you out there using export/collect (which we really need to come up with a better name for...), can you test the current SVN code? I''m mostly wondering if the performance is any better. To use it, you''ll have to remove your current database, since the database schema is significantly changed. I''m getting what looks like an additional 25% reduction
2013 Mar 11
12
Error: stack level too deep
I''m running a previously working set of modules with the Puppet master version 3.1.0-rc2. I''m getting the Error: stack level too deep Here is a chunk of the debug Debug: Scope(Class[Zabbix]): Retrieving template zabbix/zabbix.conf.php.erb Debug: template[/etc/puppet/environments/production/modules/zabbix/templates/zabbix.conf.php.erb]: Bound template variables for