Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/chef/files/confd: chef-client
Date: Sat, 03 Jul 2010 12:36:16
Message-Id: 20100703123613.A461F2CF3C@corvid.gentoo.org
1 hollow 10/07/03 12:36:13
2
3 Added: chef-client
4 Log:
5 initial ebuild, thanks to Gábor Vészi
6 (Portage version: 2.2_rc67/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 app-admin/chef/files/confd/chef-client
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/chef/files/confd/chef-client?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/chef/files/confd/chef-client?rev=1.1&content-type=text/plain
13
14 Index: chef-client
15 ===================================================================
16 # /etc/conf.d/chef-client: config file for /etc/init.d/chef-client
17
18 # The configuration file to use.
19 #CONFIGFILE="/etc/chef/client.rb"
20
21 # Run chef-client periodically, in seconds.
22 #INTERVAL=1800
23
24 # The splay time for running at intervals, in seconds.
25 #SPLAY=20
26
27 # Any radom options you want to pass to chef.
28 #CHEF_CLIENT_OPTS=""
29
30 # Path to the chef client binary.
31 #CHEF_CLIENT_BINARY="/usr/bin/chef-client"
32
33 # PID file location.
34 #CHEF_CLIENT_PIDFILE="/var/run/chef/client.pid"