summaryrefslogtreecommitdiff
path: root/distro/common/markdown/man8/chef-client.mkd
blob: 7506e3b9252e0831c920b6c07a9ceaae9ad3b455 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
chef-client(8) -- Runs a client node connecting to a chef-server.
========================================

## SYNOPSIS

__chef-client__ _(options)_

  * `-S`, `--server CHEFSERVERURL`:
    The chef server URL
  * `-c`, `--config CONFIG`:
    The configuration file to use
  * `-d`, `--daemonize`:
    Daemonize the process
  * `-g`, `--group GROUP`:
    Group to set privilege to
  * `-i`, `--interval SECONDS`:
    Run chef-client periodically, in seconds
  * `-j`, `--json-attributes JSON_ATTRIBS`:
    Load attributes from a JSON file or URL
  * `-E`, `--environment ENVIRONMENT`:
    Set the Chef Environment on the node
  * `-l`, `--log_level LEVEL`:
    Set the log level (debug, info, warn, error, fatal)
  * `-L`, `--logfile LOGLOCATION`:
    Set the log file location, defaults to STDOUT - recommended for
    daemonizing
  * `-N`, `--node-name NODE_NAME`:
    The node name for this client
  * `-o`, `--override-runlist`:
    Replace current run list with specified items
  * `-K`, `--validation_key KEY_FILE`:
    Set the validation key file location, used for registering new clients
  * `-k`, `--client_key KEY_FILE`:
    Set the client key file location
  * `-s`, `--splay SECONDS`:
    The splay time for running at intervals, in seconds
  * `-u`, `--user USER`:
    User to set privilege to
  * `-P`, `--pid PIDFILE`:
    Set the PID file location, defaults to /tmp/chef-client.pid
  * `--once`:
    Cancel any interval or splay options, run chef once and exit
  * `--skip-cookbook-sync`:
    Skip cookbook synchronization
  * `-v`, `--version`:
    Show chef version
  * `-h`, `--help`:
    Show this message

## DESCRIPTION

The Chef Client is where almost all of the work in Chef is done. It
communicates with the Chef Server via REST, authenticates via Signed
Header Authentication, and compiles and executes Cookbooks.

A Chef Client does work on behalf of a Node. A single Chef Client can
run recipes for multiple Nodes.

Clients are where all the action happens - the Chef Server and Chef Expander
are largely services that exist only to provide the Client with information.

## SEE ALSO

Full  documentation  for  Chef  and  chef-client is located on docs site, http://docs.chef.io/.

## AUTHOR

Chef was written by Adam Jacob <adam@ospcode.com> of Opscode
(http://www.opscode.com),  with contributions from the community.  This
manual page was written by Joshua Timberman  <joshua@opscode.com>  with
help2man.  Permission  is  granted  to copy, distribute and / or modify
this document under the terms of the Apache 2.0 License.

On Debian systems, the complete text of the Apache 2.0 License  can  be
found in /usr/share/common-licenses/Apache-2.0.