Skip to content

Commit

Permalink
Revert "Making search an option with a default value of false."
Browse files Browse the repository at this point in the history
This reverts commit aa41da6.
  • Loading branch information
James Martin committed Jan 12, 2013
1 parent aa41da6 commit 16f6bca
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions manifests/appconfig.pp
Expand Up @@ -26,8 +26,7 @@
$cfg = {},
$source = hiera('source', ''),
$template = hiera('template', ''),
$absent = false,
$search_enabled = hiera('search_enabled', false)
$absent = false
) {

require riak::params
Expand Down Expand Up @@ -73,7 +72,7 @@
listkeys_backpressure => true,
},
riak_search => {
enabled => $search_enabled,
enabled => false,
},
merge_index => {
data_root => "${$riak::params::data_dir}/merge_index",
Expand Down

0 comments on commit 16f6bca

Please sign in to comment.