Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/sous-chefs/tomcat

Development repository for the tomcat cookbook
https://github.com/sous-chefs/tomcat

Make Ubuntu 15.04 run Upstart not Systemd

4d5e9cbed699b27bf72e0f31e7373477abf2c218 authored almost 9 years ago by Tim Smith <[email protected]>
Expand tests for the tomcat_docs install

9179f5c85fba7dc38e68958eceb06ea3152baa17 authored almost 9 years ago by Tim Smith <[email protected]>
Fix upstart script to function

7ed31857e336df4f78195d8c8ed71d27d46001eb authored almost 9 years ago by Tim Smith <[email protected]>
Install provider shouldn't create logs dir

Logs could end up anywhere depending on the log properties config

389960d55dd582e41fe5b2f86e0306a7b9c4502e authored almost 9 years ago by Tim Smith <[email protected]>
Expand the tests and move attributes into the test cookbook

3a0edf578af3b0ccc0d9511530f3a295a496dbac authored almost 9 years ago by Tim Smith <[email protected]>
Use install_path attribute in install resource

Also fix the method to work if you give a custom path

b7a554d0a2416cbf96ffa2a387298ab12e928de9 authored almost 9 years ago by Tim Smith <[email protected]>
Properly create the log dir

b2b88ac4d083efdb0fe53c2f8da9ff99d737fc9a authored almost 9 years ago by Tim Smith <[email protected]>
Remove another nil default

b1e9de3970ddcfd4ca5b9a572c30e986f27d601c authored almost 9 years ago by Tim Smith <[email protected]>
Fix log dir name

5f0f08c3d2559486923503dc5962434f9c22e805 authored almost 9 years ago by Tim Smith <[email protected]>
Update tomcat_service description

a8443edc4fe219750c183f6764d7d583216e119a authored almost 9 years ago by Tim Smith <[email protected]>
Merge pull request #213 from chef-cookbooks/init_up

Add upstart provider

12fb2a39a53a79400d6accec149ce32d6c727cce authored almost 9 years ago by Tim Smith <[email protected]>
Add upstart provider

ba40aaa6e9d8b9eb330dbc114175ea7af53c32e6 authored almost 9 years ago by Tim Smith <[email protected]>
Merge pull request #212 from chef-cookbooks/init_up

Add systemd support

732f085f4d34666c978eaf881b250e804cc2dff6 authored almost 9 years ago by Tim Smith <[email protected]>
Add systemd support

Move path and env_var manipulation methods into a library for use in
both providers.

103e965f6efd9b6cc20c0a6451b2d7dff1fab724 authored almost 9 years ago by Tim Smith <[email protected]>
Clarify what versions of debian/ubuntu use sys-v

28451f3f1d1588a4b7b2d1ad7f943ae67738eceb authored almost 9 years ago by Tim Smith <[email protected]>
The sys-v provider works on RHEL <7 not <=7

960b6e6c6932a3e6424548e60ba508fe2dd93703 authored almost 9 years ago by Tim Smith <[email protected]>
Merge pull request #211 from chef-cookbooks/init_up

Release 1.1.0

8e3b05c109a4fd531e7cb84d0e51a7e3683902c3 authored almost 9 years ago by Tim Smith <[email protected]>
Release 1.1.0

13fd38bcd7db6c46497417a602124d64586ee98c authored almost 9 years ago by Tim Smith <[email protected]>
Add compat_resource dep and bump java dep

a82b0487bf499de3c705e82e76a5268d72d3427c authored almost 9 years ago by Tim Smith <[email protected]>
Debian needs apt cookbook as well

a3484e5f75346185668b695873d0f7302034053c authored almost 9 years ago by Tim Smith <[email protected]>
Merge pull request #210 from chef-cookbooks/init_up

Misc testing improvements

b90f4351590d5bc8d2e7cffec1a4573dd6283a00 authored almost 9 years ago by Tim Smith <[email protected]>
Testing cleanup

Add apt to the kitchen docker setup
Remove SUSE from the local Kitchen file for now
Remove yum-e...

de6703998c9866bf4f9ceb8dd123982e12f4ede7 authored almost 9 years ago by Tim Smith <[email protected]>
Install the proper packages on RHEL 5

RHEL 5 gets the entire lsb package including all its horrible deps

a17c1a8bdc79d1f2e800264b600dfb1194b3172b authored almost 9 years ago by Tim Smith <[email protected]>
Fix instance names

ef845df341cd08739a4d784093aaf3fd36db2c2a authored almost 9 years ago by Tim Smith <[email protected]>
Use the docker yaml file for TK

a950a21b55fc4bda7e1d8babcb1032d7d3c00954 authored almost 9 years ago by Tim Smith <[email protected]>
Disable FC033 until this FC bug gets fixed

95678b39b7b17d46b3457b1a14bf916678d59875 authored almost 9 years ago by Tim Smith <[email protected]>
Extend the test recipe a bit

ddd282f8da4e643785182b65b97d53565c89ec85 authored almost 9 years ago by Tim Smith <[email protected]>
Test on more platforms

e8dfb4f6daf0af25b02f0f91cfb89092a171e36c authored almost 9 years ago by Tim Smith <[email protected]>
Working init script

This one took a lot of tweaking to get right. My shell skills aren't the best so speak up if som...

36305eee68d6d892d82929027bba326a5b0f6934 authored almost 9 years ago by Tim Smith <[email protected]>
Add management of setenv.sh to the service provider

6fe249172acfea1331721e48456f83a8da3a6c7e authored almost 9 years ago by Tim Smith <[email protected]>
Fix log dir and failure to start when pid is empty

0c46a3386b70fd3e43f8dcedf0d5efe41e35c799 authored almost 9 years ago by Tim Smith <[email protected]>
Allow the tomcat_service custom resource to take a path

This works in conjunction with the tomcat_install custom resource to allow non-standard install ...

3fdea9883798c74b11fa0fc0662787f186869d03 authored almost 9 years ago by Tim Smith <[email protected]>
Add file extraction for out of the box web apps contents

No one is going to want the docs or examples on their prod servers. They may or may not want th...

2bc24f4d23e72f926c4564686ab08cf2555e21d1 authored almost 9 years ago by Tim Smith <[email protected]>
Add port forwarding to Ubuntu 14.04

This makes testing a bit easier

e7d7a9334ffe13d62fde8b65f21b03a8377afec1 authored almost 9 years ago by Tim Smith <[email protected]>
Merge pull request #200 from chef-cookbooks/tomcat_ng

WIP: Add support for modern Tomcat releases

909b595e85e5714a77eae8e809d5b593396fddf6 authored almost 9 years ago by Tim Smith <[email protected]>
Document the yet to be released functionality

a9f8e2270842a431d5ab591d5791aea5d75cf78e authored almost 9 years ago by Tim Smith <[email protected]>
Fix tarball download and init script templating

The tar balls on the mirrors are only the current release. We need to use the archive site inst...

e125b9d90e230f5ae230051081010f6609fef47e authored almost 9 years ago by Tim Smith <[email protected]>
Rubocop fixes

7179ce28076d656580c203b00668cceea4b11b91 authored almost 9 years ago by Tim Smith <[email protected]>
Disable rubocop rules

43aac36704de618af123c6f72e06939909c97f43 authored almost 9 years ago by Tim Smith <[email protected]>
Move templates outside of default directory

There's no need for the default directory in chef 12

eb34ee72d6e3a741014a0cc1121a27cb45270be5 authored almost 9 years ago by Tim Smith <[email protected]>
Add additional platforms the kitchen config

78fbdbe0184799d10cca76aa2a002770a804790e authored almost 9 years ago by Tim Smith <[email protected]>
Make a sysv init specific provider for older platforms

Also fix RHEL installs

3140ab81e270ebf5598df52223d62d5ee9f3c7bc authored almost 9 years ago by Tim Smith <[email protected]>
Rename the test recipe

6d1896941121587cdd8bf2d2ccf1cfc599a62369 authored almost 9 years ago by Tim Smith <[email protected]>
First stab at a service provider

This only manages sysv and is stolen from the etcd cookbook. The init script is modified from b...

c261c771b4f5cdec4dfa5f4467a0c8f485b1dcca authored almost 9 years ago by Tim Smith <[email protected]>
Link to the current install version and fix install/log dir perms

The service provider won't have to know what the current version is if we have a generic path ba...

e28bd22cf17bba7a551bc4caccf3bca6a2cefd43 authored almost 9 years ago by Tim Smith <[email protected]>
Create the log dir during the install

e144665540470b33c1ecc903edadb0b1af6dd5c2 authored almost 9 years ago by Tim Smith <[email protected]>
Remove FQDN from template

45ffecdda38a6687892ea984e5ff07a23b78e2d6 authored almost 9 years ago by Tim Smith <[email protected]>
Update testing deps

Remove the guard deps and other misc deps. Update the others to the latest

5b2ced08504ffc380c15d5aede1064486d002b90 authored almost 9 years ago by Tim Smith <[email protected]>
Merge pull request #186 from kdebisschop/master

create_keystore-#{instance} needs to start service[#{instance}]

5e840eff0b9731a8567dd6366bfeac82b036fcfc authored almost 9 years ago by Tim Smith <[email protected]>
Merge pull request #197 from Rarian/default_tomcat_template

Remove hardcoded Java option

fe90b2c57147a512eb541d073cf7724abb25e387 authored almost 9 years ago by Tim Smith <[email protected]>
Make myself the maintainer on this cookbook

7ca64f61ccb3d57aec91927f223a8ff1f543a53d authored almost 9 years ago by Tim Smith <[email protected]>
Add tests for the new functionality and remove old suites

df06306079ae6ee8a52abf02103f44d3eb68155d authored almost 9 years ago by Tim Smith <[email protected]>
install: Manage tomcat instance user/group and chown the install

81c8add999f605b11f7c8cf0c79e315d8ac695af authored almost 9 years ago by Tim Smith <[email protected]>
Add custom resource for installing tomcat from apache mirror

Fetch a tar.gz file from the Oregon State University mirror by specifying a version, validate th...

761f685baa11a121089ae5f8846ad345fccf0760 authored almost 9 years ago by Tim Smith <[email protected]>
Set install_flavor correctly

d81e94f8f9ffab7e62eb9e05e18442fd9346b63c authored almost 9 years ago by Tim Smith <[email protected]>
Set install_flavor correctly

7061373293283228e9c19e07e4745ba04d95aa86 authored almost 9 years ago by Tim Smith <[email protected]>
Simplify the package installs and add a comment

bfc2aea6d3cac1ea36e1d084e1afd1c738b2f56d authored almost 9 years ago by Tim Smith <[email protected]>
Remove hardcoded Java option

The template `default_tomcat6.erb` enforced the use of CMS garbage
collection on all distros tha...

8d61dd60be3345d36a868d37aa4d77cdb5746581 authored almost 9 years ago by Andy Wagner <[email protected]>
Merge pull request #194 from TheFynx/master

uriencoding fix

6b29260f40f40b515bd646ea73230f90366fb6c9 authored almost 9 years ago by Tim Smith <[email protected]>
Adding uriencoding info to README

60a460d866ac4347239e18f34b4d3cb91526a8ee authored almost 9 years ago by Levi Smith <[email protected]>
Merge pull request #192 from j00p34/master

add attribute for setting ajp listening address

f826606237cc15ffc65742d81721c4c28d05ae0f authored almost 9 years ago by Tim Smith <[email protected]>
adding uriencoding to top laying attribute set

743b5f51858e085a46a4c560a5b0d2d6405224c0 authored almost 9 years ago by Levi Smith <[email protected]>
Adding resource/attribute to resources/instance.rb

89f1da2bc75c40c4de9432ab5f8914fffb9b3526 authored almost 9 years ago by Levi Smith <[email protected]>
adding uriencoding to providers/instance.rb

78acc28146d737f5b5978a6318f82086b7118c90 authored almost 9 years ago by Levi Smith <[email protected]>
add attribute for setting ajp listening address

723959eb99fd61f5b04405f5efecdefe0403916d authored almost 9 years ago by Timothy van Zadelhoff <[email protected]>
Test in travis with docker

ef9b52b789a4786f890f84fdc1e2481c7b9a78bd authored about 9 years ago by Tim Smith <[email protected]>
Update copyright

b67685b5976dbacb4d2fbda26c0c92c454ad24ba authored about 9 years ago by Tim Smith <[email protected]>
Double quotes -> single quotes

125ee72a3a1fc0c786958878e01ac47d9a624ab2 authored about 9 years ago by Tim Smith <[email protected]>
Release 1.0.1

a961719c9d95668e342d8389c5c10904a31212f9 authored about 9 years ago by Tim Smith <[email protected]>
Resolve rubocop warning

8dc224d6182c08bcf57135cf81d1db570529fa66 authored about 9 years ago by Tim Smith <[email protected]>
Merge pull request #189 from ramonskie/master

provide method in resource for client_auth

0bf959e8093d5892bd05d5f3e44bdf41e6fa59bb authored about 9 years ago by Tim Smith <[email protected]>
Update instance.rb

see https://github.com/chef-cookbooks/tomcat/issues/188

69b000d737d5502462a990e34f80ae2212fa705f authored about 9 years ago by Ramon Makkelie <[email protected]>
Email update

2c819f30ed9a185ee213cc07edb77354314435bf authored about 9 years ago by Tim Smith <[email protected]>
Release 1.0.0

2b72b0b4031ab294ec6761e6ee44da8721e98401 authored about 9 years ago by Tim Smith <[email protected]>
Auto reformat the markdown

670166c57486f00c5c59a032b4d1896c50bcbd86 authored about 9 years ago by Tim Smith <[email protected]>
Use the latest centos 6

215a976323fccb09e2adcd315507c7a365fd43f9 authored about 9 years ago by Tim Smith <[email protected]>
update ignore files to the latest

87952b79b58d5d5b0d53a8ae722aafccfa4f543b authored about 9 years ago by Tim Smith <[email protected]>
Remove additional cloud logic

f9d35c7e1335a204ff2d669e34ee0c44f9800f29 authored about 9 years ago by Tim Smith <[email protected]>
Remove the kitchen cloud file

1db5a463fb87c2f7ad9d678757ac2f6c7dfb047e authored about 9 years ago by Tim Smith <[email protected]>
Use new hash syntax

c1cba73afc2012acd6cdea4e82d5366619abffb5 authored about 9 years ago by Tim Smith <[email protected]>
Merge pull request #182 from j00p34/master

add port attribute for ajp redirect port

093cc92786c04375a1a53c756b2219963176c4fe authored about 9 years ago by Tim Smith <[email protected]>
Merge pull request #179 from thoutenbos/ciphers

expose ciphers configuration

e538bc9a41a98c746cb973aacc0d6d8807e937e4 authored about 9 years ago by Tim Smith <[email protected]>
Merge pull request #183 from rojomisin/clientauth

add feature for clientAuth setting

9f9e199b2e9617f859102230d246edc56b7210b9 authored about 9 years ago by Tim Smith <[email protected]>
create_keystore-#{instance} needs to start service[#{instance}]

218511e7f646dc1d372fa8b66a0b6fbe3d0d1468 authored about 9 years ago by Karl DeBisschop <[email protected]>
add feature for clientAuth setting

8c998f7b9b63f6f137f42db6ee17920a5fe98272 authored about 9 years ago by rojomisin <[email protected]>
add port attribute for ajp redirect port

72fc23e02e50ab233d0ad8240bf481160ef479e7 authored about 9 years ago by Timothy van Zadelhoff <[email protected]>
Merge pull request #176 from j00p34/master

change version specific rules for epel support

2e497d7e16861af07489804d636e36d8d6279dd0 authored about 9 years ago by Tim Smith <[email protected]>
Merge pull request #180 from ramonskie/master

ability to set proxy_name

97fab1e518ba90fdebfd9cca9889ccebbf0fa267 authored about 9 years ago by Tim Smith <[email protected]>
satisfy rubocop

a27b0d436e54061de38c7ee86ee651fdfa536417 authored about 9 years ago by Makkelie, R - SPLXL <[email protected]>
initial commit for adding proxy_name

and the ability to set https scheme for default connector

b10d4e033cab8c6cf24e5b53e5b7e72902a8ee68 authored about 9 years ago by Makkelie, R - SPLXL <[email protected]>
expose ciphers configuration

07b5b00ac6a09e8eaf34b493f9d225e5b28a4803 authored about 9 years ago by Thijs Houtenbos <[email protected]>
change version specific rules for epel support

minor change to support epel tomcat which has no version specified in the package name. < 7 resu...

abdb2a0443a723cd2d47927d3eb726bdd15dba3d authored about 9 years ago by Timothy van Zadelhoff <[email protected]>
Use the pre-release builds of chefdk

43695ffbb49f67897a74f963a3f4979bc3bd3ac8 authored about 9 years ago by Tim Smith <[email protected]>
Run travis tests using Chef-DK installation

377396e7d6d7c11c076d13fdc09d4ef8c4127092 authored about 9 years ago by Tim Smith <[email protected]>
Update development and testing dependencies

3002076af52ede2043f032a345a67175dd1af87c authored about 9 years ago by Tim Smith <[email protected]>
Update foodcritic and rubocop releases

dfdcaaedd306bc303f91cf3eea85955cc2430d0c authored about 9 years ago by Tim Smith <[email protected]>
Update chefignore

5de746ad4c756b0302a4f7b84827a7800a619017 authored about 9 years ago by Tim Smith <[email protected]>
Use standard rubocop file

c42aec91aa33ecdfd526c9788ad1a5511df8c261 authored about 9 years ago by Tim Smith <[email protected]>
Update ignore files

4fe1eecbdcaf11689a04771e6df68d191f3cea17 authored about 9 years ago by Tim Smith <[email protected]>
Merge pull request #171 from jolcese/envvars

Adding attribute for user-defined environment variables

4340e7c8691fbc91293c042c92a8f0746db472e1 authored about 9 years ago by Tim Smith <[email protected]>