Skip to content

Commit

Permalink
4.3.11_smartproxy_libvirt: add missing end fences
Browse files Browse the repository at this point in the history
  • Loading branch information
kenyon committed Dec 13, 2023
1 parent efcbf50 commit 4b704d8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _includes/manuals/3.6/4.3.11_smartproxy_libvirt.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,21 @@ Important configuration values are, in `tftp.yml`:
:tftp: true
:tftproot: /var/tftproot
:tftp_servername: 192.168.122.1
```
in `dns.yml`:

```yaml
:enabled: true
:use_provider: dns_libvirt
```

in `dhcp.yml`:

```yaml
:enabled: true
:use_provider: dhcp_libvirt
```

and in `dns_libvirt.yml` and/or `dhcp_libvirt.yml`:

Expand Down
3 changes: 3 additions & 0 deletions _includes/manuals/3.7/4.3.11_smartproxy_libvirt.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,21 @@ Important configuration values are, in `tftp.yml`:
:tftp: true
:tftproot: /var/tftproot
:tftp_servername: 192.168.122.1
```
in `dns.yml`:

```yaml
:enabled: true
:use_provider: dns_libvirt
```

in `dhcp.yml`:

```yaml
:enabled: true
:use_provider: dhcp_libvirt
```

and in `dns_libvirt.yml` and/or `dhcp_libvirt.yml`:

Expand Down
3 changes: 3 additions & 0 deletions _includes/manuals/3.8/4.3.11_smartproxy_libvirt.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,21 @@ Important configuration values are, in `tftp.yml`:
:tftp: true
:tftproot: /var/tftproot
:tftp_servername: 192.168.122.1
```
in `dns.yml`:

```yaml
:enabled: true
:use_provider: dns_libvirt
```

in `dhcp.yml`:

```yaml
:enabled: true
:use_provider: dhcp_libvirt
```

and in `dns_libvirt.yml` and/or `dhcp_libvirt.yml`:

Expand Down
3 changes: 3 additions & 0 deletions _includes/manuals/nightly/4.3.11_smartproxy_libvirt.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,21 @@ Important configuration values are, in `tftp.yml`:
:tftp: true
:tftproot: /var/tftproot
:tftp_servername: 192.168.122.1
```
in `dns.yml`:

```yaml
:enabled: true
:use_provider: dns_libvirt
```

in `dhcp.yml`:

```yaml
:enabled: true
:use_provider: dhcp_libvirt
```

and in `dns_libvirt.yml` and/or `dhcp_libvirt.yml`:

Expand Down

0 comments on commit 4b704d8

Please sign in to comment.