Displaying 15 results from an estimated 15 matches for "fileserverconfig".
2013 Jun 27
5
Is it possible to pass extra flags to Puppet via rspec?`
Hello,
I''m writing my first puppet function rspec test and am having a problem
which I don''t see how to solve.
The function (and the test) involve access to files through the File
Server. In order for the function (and the test) to work I need to pass
"--fileserverconf=fileserver.conf" parameter to Puppet.
So far I haven''t found a way to do that.
If I
2013 Sep 11
6
Puppet ignores hiera completely
I''m not sure at all what''s going on here, but I''ve spent a lot of time
reading over the puppet hiera docs and setting everything up, but when I
run puppet agent it just seems to ignore the hiera setup completely.
Both the puppet master and agent nodes have exactly the same versions of
puppet and hiera (installed via the official puppet APT repository). I''ve
2013 May 07
7
puppet node clean using SQLite instead of PuppetDB
.../puppet/bucket]{:group=>"puppet", :loglevel=>:debug, :links=>:follow, :owner=>"puppet", :mode=>"750", :ensure=>:directory, :backup=>false, :path=>"/var/lib/puppet/bucket"}''
Debug: Using settings: adding file resource ''fileserverconfig'': ''File[/etc/puppet/fileserver.conf]{:loglevel=>:debug, :links=>:follow, :ensure=>:file, :backup=>false, :path=>"/etc/puppet/fileserver.conf"}''
Debug: Using settings: adding file resource ''manifest'': ''File[/etc/puppet/en...
2013 Feb 20
0
Help needed in setting up a simple ENC
puppet maser conf:
[main]
logdir = /var/log/puppet
rundir = /var/run/puppet
ssldir = $vardir/ssl
[master]
classfile = $vardir/classes.txt
localconfig = $vardir/localconfig
user = root
group = root
fileserverconfig = /etc/puppet/fileserver.conf
reportdir = /home/logs/puppet/reports
masterhttplog = /home/logs/puppet/masterhttp.log
masterlog = /home/logs/puppet/puppetmaster.log
reports = log,foreman
reports=foreman,log
templatedir = /etc/puppet/templates
node_terminus = exec
ext...
2009 Jun 10
10
puppet client looking for server puppet
...uppet/ssl/csr_puppet-test.example.net.pem
hostpubkey = /etc//opt/csw/puppet/ssl/public_keys/puppet-test.example.net.pem
reportdir = /var//opt/csw/puppet/reports
templatedir = /var//opt/csw/puppet/templates
tagmap = /etc//opt/csw/puppet/tagmail.conf
rrdinterval = 60
rrddir = /var//opt/csw/puppet/rrd
fileserverconfig = /etc//opt/csw/puppet/fileserver.conf
graphdir = /var//opt/csw/puppet/state/graphs
clientbucketdir = /var//opt/csw/puppet/clientbucket
--
Asif Iqbal
PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad...
2012 Aug 23
1
Puppet Agent VS User
...= false
dynamicfacts = memorysize,memoryfree,swapsize,swapfree
environment = production
evaltrace = false
external_nodes = none
factdest = /var/lib/puppet/facts/
factpath = /var/lib/puppet/lib/facter
facts_terminus = facter
factsignore = .svn CVS
factsource = puppet://puppet/facts/
factsync = false
fileserverconfig = /etc/puppet/fileserver.conf
filetimeout = 15
freeze_main = false
genconfig = false
genmanifest = false
graph = false
graphdir = /var/lib/puppet/state/graphs
group = puppet
hostcert = /var/lib/puppet/ssl/certs/vusion-production.pem
hostcrl = /var/lib/puppet/ssl/crl.pem
hostcsr = /var/lib/puppet/ss...
2007 May 07
68
Puppet Best Practice
Hello everyone,
A long time ago, I posted the Stanford Best Practices and I''ve gone through
and updated it today. I''d like to have people go through it and see if we
can strip out some Stanford specific stuff and tag this as an official best
practice. I think an official best practice will be important as more and
more people consider making shareable modules, etc (mostly
2007 Nov 11
4
puppetrun fails: "Certificates were not trusted"
...adir/serial''
debug: ca: Setting cakey to ''$cadir/ca_key.pem''
debug: ca: Setting capub to ''$cadir/ca_pub.pem''
debug: ca: Setting ca_ttl to ''5y''
debug: ca: Setting cacert to ''$cadir/ca_crt.pem''
debug: fileserver: Setting fileserverconfig to ''$confdir/fileserver.conf''
debug: filebucket: Setting clientbucketdir to ''$vardir/clientbucket''
debug: /puppetconfig/puppet/File[/var/opt/csw/puppet/state/state.yaml]: Autorequiring File[/var/opt/csw/puppet/state]
debug: /puppetconfig/puppet/File[/var/opt/csw/...
2011 Feb 08
12
multiple puppetmasters (w/ Passenger) behind load balancer
Hello Gang,
I''m working on scaling my puppet solution, and I''m deploying multiple
masters w/ passenger that are going sit behind a load balancer. If anyone
is using these type of setup, would you share how you deal with the SSL
certs? I''ve been following Bode''s Blog (http://bodepd.com/wordpress/?p=7),
and it''s not working to good for me.
2013 Jun 04
11
Share Hiera configuration between 2 nodes?
Hi,
I am trying to use Hiera in puppet 3 and I have two nodes that both need
the same configuration. In this case they are two web servers which have
the same apache configuration.
Rather than creating two seperate hiera files for node1.yaml and node2.yaml
is there a way to group these by role (e.g. webserver.yaml)? I want to
avoid duplicating the configuration if possible and keep the data
2009 Oct 21
2
Bug #2617(?) in Puppet 0.25.1rc2
...clientyamldir = /var/puppet/client_yaml
reportserver = puppet
ca_port = 8140
localconfig = /var/puppet/state/localconfig
clientbucketdir = /var/puppet/clientbucket
classfile = /var/puppet/state/classes.txt
report_server = puppet
graphdir = /var/puppet/state/graphs
fileserverconfig = /etc/puppet/fileserver.conf
config = /etc/puppet/puppet.conf
masterlog = /var/puppet/log/puppetmaster.log
rrddir = /var/puppet/rrd
pidfile = /var/puppet/run/puppetmasterd.pid
manifestdir = /etc/puppet/manifests
masterhttplog = /var/puppet/log/masterhttp.log
bucketdir =...
2011 Nov 04
1
Storeconfigs and nagios and foreman
...alks to the
# database from within the Puppet Master process.
# The default value is ''active_record''.
storeconfigs_backend = active_record
# Where the fileserver configuration is stored.
# The default value is ''$confdir/fileserver.conf''.
fileserverconfig = /etc/puppet/fileserver.conf
# The address a listening server should bind to. Mongrel servers
# default to 127.0.0.1 and WEBrick defaults to 0.0.0.0.
# The default value is ''''.
# bindaddress =
# The search path for modules as a list of directories separated...
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 Dec 06
13
Can't seem to get modulepath attribute recognized by puppetmasterd
Warning - Puppet newby here.
I am trying to set up a puppetmaster 3.3.2 and have run into a snag right
out of the box.
I want to add a new directory to modulepath= in /etc/puppet/puppet.conf
So I added the following line in the [main] header
modulepath = /etc/puppet/modules:/opt/our-repo/puppetmaster/modules
And populated new new directory with modules I have written.
I then run
puppet
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