~ubuntu-branches/ubuntu/karmic/chef/karmic

« back to all changes in this revision

Viewing changes to chef/contrib/el/chef-client.config

  • Committer: Bazaar Package Importer
  • Author(s): Joshua Timberman, Joshua Timberman, Fabrice Coutadeur
  • Date: 2009-09-30 19:19:37 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090930191937-1clge7ckxfjm0wx3
Tags: 0.7.10-0ubuntu1
[ Joshua Timberman ]
* New upstream release
* Upstream patch for couchdb 0.10.0 (CHEF-515, quilt patch removed)
* Fix client logging to file (CHEF-287)
* Fix config log_location settings (CHEF-500)
* Requires libmixlib-config-ruby (>= 1.0.12)

[ Fabrice Coutadeur ]
* debian/watch: updated to avoid getting non numerical versions

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#
2
 
# Chef Client Config File
3
 
#
4
 
 
5
 
log_level        :info
6
 
ssl_verify_mode  :verify_none
7
 
registration_url "http://127.0.0.1:4000"
8
 
openid_url       "http://127.0.0.1:4001"
9
 
template_url     "http://127.0.0.1:4000"
10
 
remotefile_url   "http://127.0.0.1:4000"
11
 
search_url       "http://127.0.0.1:4000"
12
 
 
13
 
pid_file         "/var/run/chef/chef-client.pid"
14
 
 
15
 
#interval        1800
16
 
#splay           0