Skip to content

Commit 36a2bf7

Browse files
committed
update readme
Signed-off-by: Patrick Münch <[email protected]>
1 parent dfcd7c5 commit 36a2bf7

File tree

2 files changed

+20
-22
lines changed

2 files changed

+20
-22
lines changed

.travis.yml

-11
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,3 @@ matrix:
5454
bundler_args: "--without guard tools"
5555
script: bundle exec rake $SUITE
5656
env: SUITE=test:integration OS='debian-8'
57-
- rvm: 2.3.3
58-
bundler_args: "--without guard tools"
59-
script: bundle exec rake $SUITE
60-
env: SUITE=test:integration OS='fedora-23'
61-
- rvm: 2.3.3
62-
bundler_args: "--without guard tools"
63-
script: bundle exec rake $SUITE
64-
env: SUITE=test:integration OS='fedora-24'
65-
allow-failures:
66-
- env: SUITE=test:integration OS='fedora-24'
67-
- env: SUITE=test:integration OS='fedora-23'

README.md

+20-11
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,16 @@ Note: This is currently work in progress and not tested on all supported platfor
1414

1515
## Requirements
1616

17-
* Chef
17+
* Chef >= 12.5.1
18+
19+
20+
### Platform
21+
22+
- Debian 7, 8
23+
- Ubuntu 12.04, 14.04, 16.04
24+
- RHEL 6, 7
25+
- CentOS 6, 7
26+
- Oracle Linux 6, 7
1827

1928
## Usage
2029

@@ -27,7 +36,7 @@ add the following to your runlist and customize security option attributes
2736
"recipe[postgres-hardening]"
2837
```
2938

30-
You should also use the official postgres packages, because those offer the latest fixes. Enable the suitable option for the [postgres cookbook](https://github.com/hw-cookbooks/postgresql).
39+
You should also use the official postgres packages, because those offer the latest fixes. Enable the suitable option for the [postgres cookbook](https://github.com/sous-chefs/postgresql).
3140

3241
```bash
3342
"postgresql": {
@@ -41,11 +50,11 @@ You should also use the official postgres packages, because those offer the late
4150
}
4251
```
4352

44-
The hardening cookbook is only optimized for Postgresql 9.3. This can be activated for [postgres cookbook](https://github.com/hw-cookbooks/postgresql).
53+
The hardening cookbook is only optimized for Postgresql 9.4. This can be activated for [postgres cookbook](https://github.com/sous-chefs/postgresql.
4554

4655
```bash
4756
"postgresql": {
48-
version: "9.3"
57+
version: "9.4"
4958
}
5059
```
5160

@@ -120,22 +129,22 @@ bundle install
120129
bundle exec rake lint
121130

122131
# fast test on one machine
123-
bundle exec kitchen test default-ubuntu-1204
132+
bundle exec kitchen test default-apt-ubuntu-1604
124133

125134
# test on all machines
126135
bundle exec kitchen test
127136

128137
# for development
129-
bundle exec kitchen create default-ubuntu-1204
130-
bundle exec kitchen converge default-ubuntu-1204
138+
bundle exec kitchen create default-apt-ubuntu-1604
139+
bundle exec kitchen converge default-apt-ubuntu-1604
131140
```
132141

133142
## Contributors + Kudos
134143

135-
* Edmund Haselwanter
136-
* Dominik Richter
137-
* Christoph Hartmann
138-
* Patrick Meier
144+
* Edmund Haselwanter [ehaselwanter](https://github.com/ehaselwanter)
145+
* Dominik Richter [arlimus](https://github.com/arlimus)
146+
* Christoph Hartmann [chris-rock](https://github.com/chris-rock)
147+
* Patrick Muench [atomic111](https://github.com/atomic111)
139148

140149

141150
## License and Author

0 commit comments

Comments
 (0)