Installs and configures Matrix Server on client nodes.
The following cookbooks are direct dependencies because they're used for common "default" functionality.
build-essential
chef-sugar
cron
database
java
logrotate
mysql
nodejs
ohai
openssh
rvm
selinux
ssh_known_hosts
sudo
sysctl
user
yum-epel
The following platforms are supported and tested under Test Kitchen:
- CentosOS 5.10, 6.5
Other RHEL family distributions are assumed to work. See TESTING for information about running tests in Opscode's Test Kitchen.
Refer to attributes/default.rb
for default values.
This cookbook provides one main recipe for configuring a node.
default.rb
- Use this recipe to install and configurematrix_server
.
This recipe installs and configures matrix_server
.
On client nodes, use the default recipe:
{ "run_list": ["recipe[matrix_server]"] }
The following are the key items achieved by this cookbook:
- add something
- add something else
- add another item
- Author:: Doc Walker (doc.walker@jameshardie.com)
Copyright:: 2013-2015, James Hardie Building Products, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.