-
Notifications
You must be signed in to change notification settings - Fork 49
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
base: master
Are you sure you want to change the base?
Conversation
…e so attribute sharing works
@@ -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" |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
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
No description provided.