Displaying 20 results from an estimated 208 matches for "chef".
Did you mean:
cef
2013 Feb 19
4
AWS OpsWorks announcement using Chef
I wonder if PuppetLabs will work with Amazon to try to add Puppet as an
option to OpsWorks as well ?
I don''t think people using Puppet with AWS in a stable fashion would try to
move to OpsWorks and migrate everything to Chef, but new customers/startups
would think twice in choosing Puppet if the service offered in AWS OpsWorks
is based on Chef.
I haven''t tried OpsWorks yet, so I can''t say much.
Any thoughts ?
Regards,
Felipe
--
You received this message because you are subscribed to the Google...
2009 Mar 04
17
Community: How to deal with attempts at sabotage
Hi all,
The underlying assumption of membership in any community is that your
participation is at worst neutral, and if possible positive.
Communities, online or off, generally do what they can to protect
themselves from detrimental influences, which is where policies,
politeness, moderators, and all that come into play.
Puppet''s community has been both fortunate and awesome,
2013 Nov 01
0
Using Chef to set the database name, username, and password
...and then save the results in a PostgreSQL database.
As you well know, the config/database.yml file needs the database name, the
username, and the password. My procedures for handling this work but are
clunky and probably not considered to be best practices. From what I''ve
heard, using Chef is the best practice. However, Chef is complicated, and
I''m having difficulty making sense of it.
In the source code for bsf_scrape (Ruby gem), I have functions in the
lib/bsf_scrape.rb file that do the following:
1. Set the database name (stores it in a file)
2. Get the database nam...
2013 Jan 21
3
How to watch a logfile in Puppet?
Hi!
I''m a newbie in Puppet with some Chef experience.
Now trying to convert my pet project from Chef to Puppet.
When I start a Tomcat is takes some time (several seconds).
I need to wait a line "Server startup in" in Tomcat''s log before proceeding.
Here is a way which I used in Chef:
https://github.com/abrindeyev/do...
2011 Sep 18
0
Webinar: Ruby on Rails: Automating with Chef, Capistrano, Git, Puppet & SVN #rormeetup
Ruby on Rails: Automating with Chef, Capistrano, Git, Puppet & SVN
#rormeetup
Corporate Sponsors : Rapleaf (San Francisco) and Mixbook (San Jose)
Topic : Automating Ruby-on-Rails Deployments using Chef, Capistrano,
Git, Puppet & SVN
RSVP for Meetup Here: http://www.bit.ly/rormeetup
RSVP for Live Stream Webinar Here: http://w...
2006 Jan 07
2
can store array or hash in cookies?
Hi
According to rdoc: value - the cookie''s value or list of values (as an
array).
So, I can use arrays, briliant.
But.... It does not work (at least on webrick)
I wrote a controller:
def check_cookies_first
cookies[:chef] =
{:value => ["first", "second"], :expires => Time.local
(2020)}
render_text ":)"
end
def check_cookies_second
begin
render_text "cookies class is: " + cookies[:chef].class.to_s + "
value: " +...
2006 May 12
10
why dtrace is not quiet?
i''m running the following script:
#pragma D option quiet
profile:::tick-1sec
/ ++x >= 15 /
{
exit(0);
}
io:::start {
@io_size[execname] = sum(args[0]->b_bcount);
}
on exit, the script prints out the value of @io_size, why?
there''s no printa(), and i also specified "D option quiet" (i also tried -q).
this seems to happen with any kind of probe: on exit(0) all
2016 Apr 28
0
useradd -r doesn't work right in some contexts
...testuser" run as root from an interactive ssh session does
the right thing: it creates a user account with a UID in the system
users range (< 400).
Running the same command as a cron job (just for testing), also does the
right thing.
Now I'm trying to accomplish the same result via chef-client. I'm trying
to run "useradd -r" as a simple command, as a bash command, or as a
script, from chef-client. It does create the user account, but the UID
is in the normal range (> 600), not the system range.
It can't be a Chef bug, because it is actually running
"...
2012 Apr 05
0
Chef Cookbook Tinc
Hello all,
I'm working with ??30 servers all connected by tinc. I do an
installation cookbook for tinc :
https://github.com/guilhem/tinc-cookbook
I have not release it for the moment (in the chef xommunity) because
I'm waiting for some comments by you (if I do all things right etc).
What my cookbook do :
* The main target is Ubuntu for the moment (I'm working only with it)
but it can be extanded to all GNU/Linux distro (and I hope some of you
will do that :) )
** I use some upstart...
2016 May 12
8
Suggestions for Config Management Tool
Hi,
we see a growing need for a better Configuration management for our servers.
Are there any known good resources for a comparison of e.g. Puppet,
Chef, Ansible etc?
What would you suggest and why? :)
Thanks and Regards . G?tz
2012 Jun 11
9
[Bug 793] New: ulogd -d does not close all fds
...sion: All
Status: NEW
Severity: normal
Priority: P2
Component: ulogd
AssignedTo: netfilter-buglog at lists.netfilter.org
ReportedBy: joant at cloudant.com
Estimated Hours: 0.0
When calling the ulogd init script from another program (e.g. chef), any fds
being held open by the parent (other than stdin/out/err) are held open by
ulogd. In our environment, with flock being used to execute chef, ulogd holds
open the flock file /var/lock/chef-client.
The fix would be to ulogd.c, line 1222ff, something like:
// close any open file descri...
2002 Jul 02
0
Newsletter & Rigatoni Salad Recipe
2006 Dec 06
3
Problem with OpenLDAP/Samba/NSS -> ERROR : User xxx in passdb, but getpwnam() fails!
...k on
pidfile /var/run/slapd/slapd.pid
argsfile /var/run/slapd.args
loglevel 264
modulepath /usr/lib/ldap
moduleload back_bdb
backend bdb
checkpoint 512 30
database bdb
suffix "dc=serveur,dc=domaine,dc=fr"
rootdn "cn=chef,dc=serveur,dc=domaine,dc=fr"
rootpw {SSHA}xYauMQ5tPSq77v+pF79TJjR73NYBhQwP
directory "/var/lib/ldap"
index objectClass,uidNumber,gidNumber eq
index sambaSID,sambaPrimaryGroupSID,sambaDomainName eq
lastmod on
access to attrs=u...
2008 Oct 26
0
compliments to the chef(s)!
Hi,
I just updated a 7.0-RELEASE system to 7.1-PRERELEASE. Everything went
smoothly. This is on an HP Pavilion dv2600 notebook.
In particular I am beyond happy with the new linux emulation updates! I saw
all the relevant patches have been committed to RELENG_7 now so I didn't
have to do any manual patching. I take it this means 7.1-RELEASE will
launch with them?
In any case, for the
2012 Feb 28
12
XCP & Openstack
Hey guys,
Has anyone had much success with XCP and Open Stack together?
I''m in the process of putting together a open stack test cluster and I
thought I might be able to use XCP dom0''s for it.. but to be honest it
doesn''t look so good.
I tried following these instructions on a separate XCP test machine:
http://wiki.openstack.org/XenServerDevelopment
At a first test
2011 May 09
1
Gluster text file configuration information?
Where can I find documentation about manual configuration of Gluster
peers/volumes? All documentation seems to be about the gluster CLI. I
would prefer manual configuration to facilitate automation via scripts
(e.g. Puppet/Chef).
I also read in this list that it is possible to configure Raid10 via
text files... I would also like to experiment with this setup. Any
related documents on how to do this would be appreciated.
regards
Horacio
2012 Aug 17
0
iterate through a multi dimensional hash
The problem I''m having is that I need to extract the value of amazon and
chef separately. Right now they are both held in the b value in my
iteration. I tried to create another loop within the value.each but i''m
getting an error. How do I efficiently extract both value separately and
efficiently?
any help would be greatly appreciated.
I''m getting my hash...
2009 Nov 03
10
Spacewalk or Puppet?
I am a little new to managing large numbers of CentOS/RHEL servers and was wondering what you experienced sysadmins prefer, Spacewalk or Puppet?
Thanks,
Dan Burkland
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20091103/de975d32/attachment-0004.html>
2016 Apr 26
8
Apache/PHP Installation - opinions
...se the latest, stable versions of apache and php for my
clients without having to create a custom RPM every time a new version
comes out.
So what I'd like to know is it better in your opinion to install from
repos than to install by source as a best practice? Is it always
better to use puppet, chef, ansible etc even if the environment is
small? I'm sure this is a matter preference, but I would like to know
what your preferences are.
Thanks,
Tim
Sent from my iPhone
2011 Nov 19
3
When will Puppet officially support Ruby 1.9.2+
Hello everyone,
Ruby 1.8.7 is EOS now. So, when will Puppet become Ruby 1.9.2+
compatible?
I am considering to deploy Puppet on a large hosts of servers. If Ruby
1.9.2 cannot be supported, I have to turn to Chef.
Best regards,
Tetsu
--
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 puppet-users+unsubscribe@googlegroups.com.
For more...