Skip to content

Commit

Permalink
Merge branch 'master' into vlowther-barclamp-pkg-metadata
Browse files Browse the repository at this point in the history
Conflicts:
	barclamps/deployer
  • Loading branch information
Victor Lowther committed Jan 25, 2012
2 parents 3b485a1 + 7b6f517 commit 3b2c9a2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion barclamps/deployer
2 changes: 2 additions & 0 deletions redhat-common/chef_install_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ bring_up_chef() {
cp -f patches/kwalify /usr/bin/kwalify
cp -f patches/rake /usr/bin/rake

# increase chef-solr index field size
perl -i -ne 'if ($_ =~ /<maxFieldLength>(.*)<\/maxFieldLength>/){ print "<maxFieldLength>200000</maxFieldLength> \n" } else { print } ' /var/chef/solr/conf/solrconfig.xml
log_to svc service chef-server restart
}

Expand Down

0 comments on commit 3b2c9a2

Please sign in to comment.