Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release12 02 w3900 app port #32

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Conversation

ekargard
Copy link
Contributor

No description provided.

@@ -13,7 +13,9 @@
depends "app_passenger"
depends "app_tomcat"

recipe "app::default", "Adds the appserver:active=true tag to your server which identifies it as an application server. For example, database servers will update its firewall port permissions to accept incoming requests from application servers with this tag."
recipe "app::default", "Provides access to generic app attributes"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The description does not seem to be as detailed as the other recipe descriptions.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to come up with a generic description for all default recipes.

when "centos","fedora","suse","redhat"
set[:php][:module_dependencies] = [ "proxy", "proxy_http" ]
set_unless[:php][:app_user] = "apache"
set[:db_mysql][:socket] = "/var/lib/mysql/mysql.sock"
# set[:db_mysql][:socket] = "/var/lib/mysql/mysql.sock"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please remove dead code if it is no longer needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants