Skip to content

Commit d67bb54

Browse files
committed
update README
1 parent e885ad7 commit d67bb54

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Depending on the operating system and version, the module may affect networking,
2222

2323
Using this module may cause issues with software which requires IPv6, such as SSH Xforwarding.
2424

25-
#### RedHat 7
25+
Configuration changes:
2626

2727
* Creates kernel parameter configuration file `/etc/sysctl.d/ipv6.conf`
2828
* Load kernel parameters from file with `sysctl -p`
@@ -63,11 +63,9 @@ class { 'linux_disable_ipv6':
6363

6464
| Parameter | Type | Default | Description |
6565
|-------------|-------|---------|-------------|
66-
| disable_ipv6 | Boolean | true | Set this to either disable or enable IPv6 |
67-
| interfaces | Array[String] | ['all'] | Disable IPv6 for these interfaces. If not supported, this parameter is ignored. If it contains the value 'all', other interface names will be ignored. |
66+
| `disable_ipv6` | `Boolean` | `true` | Set this to either disable or enable IPv6 |
67+
| `interfaces` | `Array[String]` | `['all']` | Disable IPv6 for these interfaces. If not supported, this parameter is ignored. If it contains the value `all`, other interface names will be ignored. |
6868

6969
## Limitations
7070

71-
For an extensive list of supported operating systems, see [metadata.json](metadata.json).
72-
73-
Currently, only Red Hat Enterprise Linux 6 and 7 are supported.
71+
For a list of supported operating systems, see [metadata.json](metadata.json).

0 commit comments

Comments
 (0)