diff options
author | AJ Christensen <aj@opscode.com> | 2009-07-29 15:19:07 +1200 |
---|---|---|
committer | AJ Christensen <aj@opscode.com> | 2009-07-29 15:19:07 +1200 |
commit | ff40456f566669df619ab8af5c381a2aa44d1630 (patch) | |
tree | 07fd0efd23288f232cb828cc0cd62714c2a1370a /.gitignore | |
parent | 94b6530e69f3f50dcce11990a922ec7a5bd02706 (diff) | |
download | chef-ff40456f566669df619ab8af5c381a2aa44d1630.tar.gz |
CHEF-448: Chef Server URL metaconfiguration option
Adds -S to chef-client for chef-server-url
Adds chef_server_url configuration option for client.rb to set the
values of registration_url, openid_url, template_url, remotefile_url,
search_url and role_url
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 1887f64bf6..ee6b386eef 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.autotest coverage doc .DS_Store |