You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-11
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,16 @@ Note: This is currently work in progress and not tested on all supported platfor
14
14
15
15
## Requirements
16
16
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
18
27
19
28
## Usage
20
29
@@ -27,7 +36,7 @@ add the following to your runlist and customize security option attributes
27
36
"recipe[postgres-hardening]"
28
37
```
29
38
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).
31
40
32
41
```bash
33
42
"postgresql": {
@@ -41,11 +50,11 @@ You should also use the official postgres packages, because those offer the late
41
50
}
42
51
```
43
52
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.
0 commit comments