Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# postgres-hardening (Postgres cookbook)

[![Supermarket](http://img.shields.io/cookbook/v/postgres-hardening.svg)][1]
[![Build Status](http://img.shields.io/travis/TelekomLabs/chef-postgres-hardening.svg)][2]
[![Code Coverage](http://img.shields.io/coveralls/TelekomLabs/chef-postgres-hardening.svg)][3]
[![Dependencies](http://img.shields.io/gemnasium/TelekomLabs/chef-postgres-hardening.svg)][4]

## Description

Provides security configurations for postgres.
Expand Down Expand Up @@ -128,3 +133,8 @@ 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.

[1]: https://supermarket.getchef.com/cookbooks/postgres-hardening
[2]: http://travis-ci.org/TelekomLabs/chef-postgres-hardening
[3]: https://coveralls.io/r/TelekomLabs/chef-postgres-hardening
[4]: https://gemnasium.com/TelekomLabs/chef-postgres-hardening
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
require 'coveralls'

# coverage report

Coveralls.wear!
at_exit { ChefSpec::Coverage.report! }