Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c794c85

Browse files
committed
Update Copyright in README
1 parent 1a978a2 commit c794c85

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,29 +26,29 @@ Resources/Providers
2626
The LWRPs provided by this cookbook are not meant to be used by themselves; make sure you are familiar with the `application` cookbook before proceeding.
2727

2828

29-
### `java\_webapp`
30-
The `java\_webapp` sub-resource LWRP deals with deploying Java webapps delivered as WAR files which will either be retrieved from a remote URL or fetched by some other method and referenced locally.
29+
### `java_webapp`
30+
The `java_webapp` sub-resource LWRP deals with deploying Java webapps delivered as WAR files which will either be retrieved from a remote URL or fetched by some other method and referenced locally.
3131

3232
NOTICE: the `application` cookbook was designed around frameworks running on interpreted languages that are deployed in source code, checked out of an SCM using the `deploy_revision` resource. While this cookbook tries to map those concepts to a binary distribution mechanism, it may not map exactly.
3333

3434
#### Attribute Parameters
35-
- database\_master\_role: if a role name is provided, a Chef search will be run to find a node with than role in the same environment as the current role. If a node is found, its IP address will be used when rendering the context file, but see the "Database block parameters" section below
36-
- context\_template: the name of template that will be rendered to create the context file; if specified it will be looked up in the application cookbook. Defaults to "context.xml.erb" from this cookbook
35+
- database_master_role: if a role name is provided, a Chef search will be run to find a node with than role in the same environment as the current role. If a node is found, its IP address will be used when rendering the context file, but see the "Database block parameters" section below
36+
- context_template: the name of template that will be rendered to create the context file; if specified it will be looked up in the application cookbook. Defaults to "context.xml.erb" from this cookbook
3737
- database: a block containing additional parameters for configuring the database connection (see below)
3838
- war: if provided, will override the default of the basename of the repository
3939

4040
#### Database block parameters
4141
The database block can accept any method, with the following being expected by the stock context.xml.erb:
4242

4343
- driver: a fully-qualified class name of the JDBC driver
44-
- host: hostname or IP address of the database server; if set it will take precedence over the address returned from the search for database\_master\_role
44+
- host: hostname or IP address of the database server; if set it will take precedence over the address returned from the search for database_master_role
4545
- port: port to use to connect to the database server
4646
- database
4747
- username
4848
- password
49-
- max\_active: used to set the maxActive context parameter
50-
- max\_idle: used to set the maxIdle context parameter
51-
- max\_wait: used to set the maxWait context parameter
49+
- max_active: used to set the maxActive context parameter
50+
- max_idle: used to set the maxIdle context parameter
51+
- max_wait: used to set the maxWait context parameter
5252

5353
You can invoke any other method on the database block, which will result in an entry being created in the `@database` Hash which is passed to the context template. See the examples below for more information.
5454

@@ -58,7 +58,7 @@ The `tomcat` sub-resource LWRP configures Tomcat to run the application by creat
5858

5959
Attributes
6060
----------
61-
### scm\_provider
61+
### scm_provider
6262
Supports all standard scm providers (git, svn), and in addition:
6363
* Chef::Provider::RemoteFile::Deploy allows downloading from a remote url
6464
* Chef::Provider::File::Deploy allows using a package on the filesystem
@@ -160,7 +160,7 @@ License & Authors
160160
- Author:: Seth Chisamore ([email protected])
161161

162162
```text
163-
Copyright 2009-2012, Opscode, Inc.
163+
Copyright 2009-2013, Opscode, Inc.
164164
165165
Licensed under the Apache License, Version 2.0 (the "License");
166166
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)