Skip to content

Commit cd6152d

Browse files
committed
Merge branch 'CHEF-985' of git://github.com/tfheen/chef into tfheen/CHEF-985
2 parents d7fe6a0 + d4de519 commit cd6152d

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

‎chef/config/server.rb‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
file_store_pathFile.join(File.dirname(__FILE__),"..","examples","store")
99
openid_store_pathFile.join(File.dirname(__FILE__),"..","examples","openid-db")
1010
openid_cstore_pathFile.join(File.dirname(__FILE__),"..","examples","openid-cstore")
11-
search_index_pathFile.join(File.dirname(__FILE__),"..","examples","search_index")
1211

1312
# openid_providers [ "localhost:4001", "openid.hjksolutions.com" ]
1413

‎chef/lib/chef/config.rb‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ def self.manage_secret_key
139139
rest_timeout60
140140
run_command_stderr_timeout120
141141
run_command_stdout_timeout120
142-
search_index_path"/var/chef/search_index"
143142
search_url"http://localhost:4000"
144143
solofalse
145144
splaynil

‎features/data/config/server.rb‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
cookbook_tarball_pathFile.join(tmpdir,"cookbook-tarballs")
1818
openid_store_pathFile.join(tmpdir,"openid","store")
1919
openid_cstore_pathFile.join(tmpdir,"openid","cstore")
20-
search_index_pathFile.join(tmpdir,"search_index")
2120
role_pathFile.join(supportdir,"roles")
2221
signing_ca_pathFile.join(tmpdir,"ca")
2322
couchdb_database'chef_integration'

0 commit comments

Comments
(0)