search for: vardir

Displaying 20 results from an estimated 241 matches for "vardir".

2012 Jun 12
6
Trying to get tagmail to work
...to me: at one point I''ll filter that down to errors and whatnot (based on tags) but for now I just want to get it working. Master Puppet server is setup with Passengers, all works well: /etc/puppet/puppet.conf [main] # The Puppet log directory. # The default value is ''$vardir/log''. logdir = /var/log/puppet # Where Puppet PID files are kept. # The default value is ''$vardir/run''. rundir = /var/run/puppet # Where SSL certificates are kept. # The default value is ''$confdir/ssl''. ssldir = /etc/puppet/...
2011 Mar 08
3
classes.txt missing
...t master. I use subversion to pull the manifests on each of the boxes and run this command to run puppet. puppet apply --verbose /path/to/manifest My puppet version is puppet 2.6.4. My puppet.conf file looks like this: [main] # The Puppet log directory. # The default value is ''$vardir/log''. logdir = /var/log/puppet # Where Puppet PID files are kept. # The default value is ''$vardir/run''. rundir = /var/run/puppet # Where SSL certificates are kept. # The default value is ''$confdir/ssl''. ssldir = $vardir/ssl...
2008 Dec 04
4
puppetmaster built via puppetd
...servers behind load balancers in each of our datacenters. i''m using 0.24.6. i''ve read the howto on puppet scalability, and i think i''ve got the ssl config working correct, but i''m noticing that when puppetd is used to build a puppetmaster, some of the files in $vardir/ ssl conflict. from other posts on this list, i''ve gathered that it''s NOT best practice to specify different ssl dirs for puppetd and puppetmaster. i actually tried that and noticed that "puppetca -- clean" refused to look in the ssl dir that puppetmasterd was using......
2007 Aug 25
5
vardir as a symlink
hi, i''m playing with puppet on a few machines, and i''d like to have my puppet vardir on a volume other than the one on which my /var resides. i tried creating a symlink, but puppet seems to blow that away and recreate /var/puppet (!!). i''ve looked around in the source but don''t see anything obvious. am i doing something wrong? thanks, scott
2012 Aug 29
1
Puppet-Dashboard nodes showing up as unreported
...reported. The agent has successfully completed a very basic catalog run just adding a file to the file-system. Dashboard v1.2 Puppet puppet-server.noarch 2.7.19-1.el6 SERVER: -bash-4.1$ cat /etc/puppet/puppet.conf [main] # The Puppet log directory. # The default value is ''$vardir/log''. logdir = /var/log/puppet # Where Puppet PID files are kept. # The default value is ''$vardir/run''. rundir = /var/run/puppet # Where SSL certificates are kept. # The default value is ''$confdir/ssl''. ssldir = $vardir/ssl...
2007 Dec 03
3
certificate issue with Branch Testing
Hello All, I''m using the "Branch Testing" approach documented at https://reductivelabs.com/trac/puppet/wiki/BranchTesting and am seeing an issue with certificates. On all clients, I can run puppetd --masterport=8141 successfully but see the following error when I run against the default (8140) port: err: Could not retrieve configuration: Certificates were not trusted:
2013 Oct 30
4
Warning: Local environment: "42A" doesn't match server specified node environment "production", switching agent to "production"
...vironment "production", switching agent to "production". ... The puppet manifest for the environment "42A" isn''t applied. The puppet version is 3.3.1-1puppetlabs1 on agent and puppetmaster node puppet.conf on the agent node : *[main] logdir=/var/log/puppet vardir=/var/lib/puppet ssldir=/var/lib/puppet/ssl rundir=/var/run/puppet factpath=$vardir/lib/facter templatedir=$confdir/templates pluginsync = true [agent] server = puppet report = true* ----------------------------------------------------------- puppet.conf on the puppetmaster node : *[main] logdir...
2007 Oct 30
1
puppet.conf sections
I''m a little confused by the configuration reference. Is the following configuration supposed to work in 0.23.2? # $Id$ 2 3 [main] 4 confdir = <%= confdir %> 5 vardir = <%= vardir %> 6 7 rundir = /var/run 8 logdir = /var/log 9 10 ssldir = $vardir/ssl 11 12 [puppetmasterd] 13 manifestdir = $vardir/manifests 14 modulepath = $vardir/modules 15 16 [ca] 17 autosign = false 18 19 [puppetd] 20...
2010 Jun 09
12
Foreman -- Reporting
.../ruby/1.8/puppet/reports/foreman.rb. Config: Centos5.4, Apache/ Passenger, Puppet 0.25.4. The reports are coming from the clients, because I can see them in /var/lib/puppet/reports. I just don''t seem to be able to display them on Foreman. Here''s my puppet.conf: [main] vardir = /var/lib/puppet logdir = /var/log/puppet rundir = /var/run/puppet reports= log, foreman [puppetmasterd] ssl_client_header = SSL_CLIENT_S_DN ssl_client_verify_header = SSL_CLIENT_VERIFY modulepath = $confdir/modules #reports=log, foreman storeconfigs = true dba...
2010 Jun 09
6
Input sought on changing default vardir on OS X.
0.25.5 changed the default vardir from /var/puppet to /var/lib/puppet and it''s caused the odd issue we have to fix in the Mac pkg preflights. After re-reading ''man hier'' I''m tempted to change the default on OS X to: /var/db/puppet instead. /var/ multi-purpose log, temporary, tra...
2012 Feb 06
1
Puppet / Passenger SSL Problems with DRBD
I am working on setting up a Puppet configuration where some of the data is stored on a DRBD volume. The modules and vardir are stored on the drbd volume. The puppet.conf files point to the drbd volume for vardir. I created a cert for a VIP puppet-master using the puppetca -- create command I had everything working on the primary drbd node, but when I fail over, everything starts up fine, but I get a passenger error ab...
2003 Mar 19
1
Patch for relocatable installs
...SEDIR) - $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(DESTDIR)/$(SBINDIR) - $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(DESTDIR)/$(BINDIR) - $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(DESTDIR)/$(LIBDIR) - $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(DESTDIR)/$(VARDIR) - $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(DESTDIR)/$(PIDDIR) - $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(DESTDIR)/$(CODEPAGEDIR) + $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(BASEDIR) + $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(SBINDIR) + $(SHELL) $(...
2002 Mar 06
1
Possible bug in 2.2.3a source/script/installbin.sh (with patch)
...39;s the installdirs: target for in the Makefile?) OR b) add an extra parameter to installbin.sh thusly:- *** source/script/installbin.sh Fri Jan 12 19:28:02 2001 --- source/script/installbin.sh.N Wed Mar 6 17:28:25 2002 *************** *** 5,10 **** --- 5,11 ---- BINDIR=$3 LIBDIR=$4 VARDIR=$5 + PRIVATEDIR=$6 shift shift shift *************** *** 11,17 **** shift shift ! for d in $BASEDIR $BINDIR $LIBDIR $VARDIR $BASEDIR/private; do if [ ! -d $d ]; then mkdir $d if [ ! -d $d ]; then --- 12,18 ---- shift shift ! for d in $BASEDIR $BINDIR $LIBDIR $VARDIR $PRIVATEDI...
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] fact...
2013 Jan 20
3
(New To Puppet)Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not find class sudo for pupclient on node pupclient
...d not retrieve catalog; skipping run* puppet.conf file on the client is pointed to the server which I named as puppet and which the client is able to resolve in DNS. *[root@pupclient ~]# cat /etc/puppet/puppet.conf* *[main]* * # The Puppet log directory.* * # The default value is ''$vardir/log''.* * logdir = /var/log/puppet* * * * # Where Puppet PID files are kept.* * # The default value is ''$vardir/run''.* * rundir = /var/run/puppet* * * * # Where SSL certificates are kept.* * # The default value is ''$confdir/ssl''.* * s...
2009 Jan 09
7
Cannot create /var/lib/puppet/clientbucket; parent directory /var/lib/puppet does not exist
...t exist [FAILED] I could create dirs by hand, but I suppose it''s not the solution. My puppetmaster.conf: [puppet] # Where Puppet stores dynamic and growing data. # The default value is ''/var/puppet''. vardir = /var/lib/puppet # The Puppet log directory. # The default value is ''$vardir/log''. logdir = /var/log/puppet # Where Puppet PID files are kept. # The default value is ''$vardir/run''. rundir = /var/run/puppet # Where SSL certificates...
2007 Mar 20
3
err: cannot create directory, parent doesn''t exist. But it does.
...096 Mar 20 15:39 templates Puppet itself creates the var directory, which also surprises me that some of those folders are world writable. This is ruby-1.8.6 on CentOS 4.4. The relevant section of puppetmasterd.conf: confdir = /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 = tru...
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 --
2001 Apr 07
1
samba on NetBSD - some patches
...kei Exp $ --- Makefile.in.orig Thu Jun 8 13:31:59 2000 +++ Makefile.in Sun Sep 3 06:23:06 2000 @@ -26,10 +26,12 @@ BINDIR = @bindir@ # we don't use sbindir because we want full compatibility with # the previous releases of Samba -SBINDIR = @bindir@ +SBINDIR = @sbindir@ LIBDIR = @libdir@ VARDIR = @localstatedir@ MANDIR = @mandir@ +ETCDIR?= $(BASEDIR)/etc +LOGDIR?= $(BASEDIR)/log SAMBABOOK = @sambabook@ # The permissions to give the executables @@ -38,12 +40,12 @@ # set these to where to find various files # These can be overridden by command line switches (see smbd(8)) # or in smb...
2012 Jul 11
6
certname doesn't seem to work on the agent
...me directory. # The default value is ''/etc/puppet''. confdir = <confdir> # Where Puppet stores dynamic and growing data. The default for this parameter is calculated specially, like `confdir`_. # The default value is ''/var/lib/puppet''. vardir = <vardir> # Whether to print stack traces on some errors trace = true # How often puppet agent applies the client configuration; in seconds. Note that a runinterval of 0 means run continuously rather than never run. # If you want puppet agent to never run, you should start...