Skip to content

Commit 7468cc2

Browse files
authored
fix for missing tabs in Update S3-minio.md
1 parent a670b43 commit 7468cc2

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

docs/learning/howto/S3-minio.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,31 +17,27 @@ This article explains how to configure Rundeck so that these execution logs are
1717
```
1818
1. S3 Log Storage Plugin<br>
1919
::: tabs
20-
@tab Rundeck
20+
@tab Rundeck Community
2121
Add the S3 log storage [plugin](https://github.com/rundeck-plugins/rundeck-s3-log-plugin) on the `libext` directory (at `$RDECK_BASE/libext` directory).<br>
2222
```
2323
wget https://github.com/rundeck-plugins/rundeck-s3-log-plugin/releases/download/v1.0.12/rundeck-s3-log-plugin-1.0.12.jar -P $RDECK_BASE/libext
2424
```
25-
:::
2625
@tab PagerDuty Runbook Automation
2726
Runbook Automation includes its own plugin for this out of the box<br>
2827
:::
29-
::::
28+
3029
1. To enable the S3 / Minio log storage plugin, add the following line on the `rundeck-config.properties` file<br>
3130
::: tabs
32-
@tab Rundeck
31+
@tab Rundeck Community
3332
```
3433
rundeck.execution.logs.fileStoragePlugin=org.rundeck.amazon-s3
3534
```
36-
:::
3735
@tab PagerDuty Runbook Automation
3836

3937
```
4038
rundeck.execution.logs.fileStoragePlugin=com.rundeck.rundeckpro.amazon-s3
4139
```
42-
43-
:::
44-
::::
40+
:::
4541
1. Then open the `framework.properties` file and add the S3 / Minio bucket info as follow:
4642

4743
::: tabs

0 commit comments

Comments
 (0)