Displaying 20 results from an estimated 7000 matches similar to: "pip provider"
2008 Jan 08
3
cfrun equivalent
Is there an equivalent to cfrun in puppet. On the cfengine master you
can do the command cfrun <hostname> which allows you to tell the
cfengine client to run. This is useful for immediately pushing
changes out immediately (or telling the client to pull).
Chris
2010 Dec 14
7
Environment specified by external nodes ignored
My custom external nodes script sets the environment variable, but Puppet
ignores it.
For testing, I have a manifest that deploys this template to a file:
environment = <%= environment %>
The output from my external nodes script:
---
classes:
- devhost
environment: development
parameters:
memcached_memory: ''32''
But running "puppetd --test" results in the
2009 Apr 30
10
tweaking Passenger/Rack for performance.
so here are my unorganized thoughts on Passenger settings.
* PassengerMaxPoolSize
This depends a lot on two primary variables. a) How much RAM you have.
b) How much resident memory is needed for your environments/modules.
Only way to determine this is with tweaking, and you''ll need to be
much more conservative than the suggested settings on the Passenger
docs as your app takes up a lot
2008 Apr 29
12
How are people using install.rb from the source distribution?
I''m looking at re-working or replacing install.rb from the source
distribution to allow more flexible installations, primarily to get MacPorts
and Fink packages working but to also work on automatic Mac pkg creation
from source.
How are people currently using it?
Currently the command line options are for options like --no-rdoc, --no-man,
--quick, --full, but if you want to specify a
2012 Feb 20
3
puppet-forge.. do I remember correctly?
Do I remember correctly that puppet-forge is no longer accepting uploads?
--
Peter L. Berghold
Owner, Shark River Technical Solutions LLC
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to
2011 Jun 10
11
cannot manage home directories
user {''username'':
uid => 501,
gid => ''staff'',
comment => ''comment'',
ensure => present,
home => ''/Users/sysop'',
shell =>
2011 Jul 25
6
puppetmaster SSL_Read
Seeing ''SSL_read'' errors being logged by puppetmaster. Anyone know
what causes these or how to correct? They''re sporadic, not happening
all the time or on all puppet runs.
/var/log/puppet/masterhttp.log
[2011-07-25 10:00:10] ERROR OpenSSL::SSL::SSLError: SSL_read::
internal error
/var/log/messages
Jul 25 10:00:10 cmd-box puppet-master[22572]: SSL_read:: internal
error
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, transient, and spool files
...
2009 Jun 04
3
WWDC Puppeteer lunch
Reminder for Mac Puppeteers going to WWDC
How about we meet for lunch at noon on Tuesday. Let''s try to get the
table closet to the Odwalla refrigerator, just for reference. We can
get more specific on this list on the 8th after we verify the set up.
I might even get there a little earlier and put down "reserved" tags.
---
Thank you,
Allan Marcus
Solutions Architect
Central
2008 Jan 10
10
Install Package only if a certain file exists.
So I can''t quite see how to do this in the existing syntax.
Ideally there would be an onlyif parameter for packages, but that doesn''t
seem to be the case.
I could create a fact that returns true or false depending on whether the
file exists, but that doesn''t feel like the right way to do it either.
I could do something like:
$file_exists =
2011 May 13
5
puppet resource for group
Hi,
Why doesn''t puppet resource group tell me who belongs to the group?
Given the group such as:
mg_team:x:501:smruph, cosman, msmith, mhankey
With the command:
puppet resource group mg_team
only returns:
group { ''mg_team'':
gid => ''501'',
ensure => ''present''
}
I was expecting:
group { ''mg_team'':
2011 Jan 07
4
facter --puppet does not report "environment"
Is it normal that "facter --puppet" does not show the environment
variable? is there a way to have it include it?
Thanks a lot,
Mohamed.
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to
2011 Jul 13
4
puppet manifest execution orders
I created manifest for our webserver. manifest included git clone,
database creation and restore database etc.... How to order the
installation and exec exactly
Roni
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to
2010 Dec 03
5
Fact auto sync reloading
So we run puppetd as a long running ruby process on the hosts. When we update a fact that gets auto sync''d to the host it seems when puppetd wakes up and starts its catalog run it doesn''t re-sync the facts. It you run it standalone it will or if you restart the service then it will do the right thing. Do other people see this? Or have you all gone to running out of cron?
2013 Jun 06
3
installing carbon / passing PYTHONPATH to pip package provider?
My environment: Ubuntu LTS 12.04, carbon
(https://github.com/graphite-project/carbon) 0.9.9 installed using "pip".
I just learned why when I run "pip freeze" on a system I don''t see the
"carbon" package even when it installed successfully - I should run it with
"PYTHONPATH=/opt/graphite/lib/ pip freeze".
(ref:
2011 Mar 22
25
RFC: Splitting up the file{} type functionality.
The file{} type can do all of the following:
* manage single files
* manage directories
* manage symlinks
* manage recursive file copies
The intersection of all these bits of functionality makes it difficult
to understand exactly what is going on when you''re new to Puppet, and
even experienced users often don''t know how combining symlinks/content
management is going to work.
2011 Dec 22
8
Managing sensitive strings with puppet
I''m new to Puppet, and I''m a software developer, not a sysadmin, so be
gentle. I have puppet managing some files via templates, and one of
the template variables that needs to be plugged in is a password of
sorts that shouldn''t be generally available. In particular, it can''t
be stored in the manifest, as that''s stored in version control, and
the
2010 Feb 10
3
Puppet 0.25.4 and Facter 1.5.7 debs available in debian unstable.
packages.debian.org is lagging in terms of what it''s showing, but....
$ rmadison -u debian {puppet,facter} | grep unstable
puppet | 0.25.4-1 | unstable | source, all
facter | 1.5.7-1 | unstable | source, all
they''re both up there now.
--
nigel
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
2011 Jan 03
23
Managing cronjobs as a file in solaris with appendifnosuchline for specific servers
I want to manage cronjobs as a " file " in solaris through puppet and
not using the puppet cron resource.
I will be managing the file /var/spool/cron/crontabs/root.
I want the cron file to be same across all servers except some servers
will have additional cron entries.
How can I append to the file /var/spool/cron/crontabs/root , something
like appendifnosuchline in cfengine?
Can
2007 Nov 21
6
mod_proxy_balancer under heavy load.
So I''m still working on a ''perfect'' setup so I can document it on the wiki,
and will submit some puppet patches against 0.23.2 next week, but here''s
what I''ve done that has made a big difference to stability here.
in puppetmasterd at line 261, I''ve modified the Mongrel instantiation from:
server = Mongrel::HttpServer.new(addr,