Skip to content

Commit

Permalink
fix for [COOK-1627]
Browse files Browse the repository at this point in the history
 * Attributes defined in default.rb attributes file are now set on the
   default set instead of the normal set.
  • Loading branch information
Matthieu Vachon committed Sep 6, 2012
1 parent 474e3e6 commit 2391970
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions attributes/default.rb
Expand Up @@ -17,7 +17,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

set['couch_db']['src_checksum'] = "6ef82a7ba0f132d55af7cc78b30658d5b3a4f7be3f449308c8d7fa2ad473677c"
set['couch_db']['src_version'] = "1.0.2"
set['couch_db']['src_mirror'] = "http://archive.apache.org/dist/couchdb/#{node['couch_db']['src_version']}/apache-couchdb-#{node['couch_db']['src_version']}.tar.gz"
default['couch_db']['src_checksum'] = "6ef82a7ba0f132d55af7cc78b30658d5b3a4f7be3f449308c8d7fa2ad473677c"
default['couch_db']['src_version'] = "1.0.2"
default['couch_db']['src_mirror'] = "http://archive.apache.org/dist/couchdb/#{node['couch_db']['src_version']}/apache-couchdb-#{node['couch_db']['src_version']}.tar.gz"
default['couch_db']['bind_address'] = nil

0 comments on commit 2391970

Please sign in to comment.