Refactored
This commit is contained in:
8
config/plugins.d/clean.conf
Normal file
8
config/plugins.d/clean.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
### Example Plugin Configuration for WordOps
|
||||
|
||||
[clean]
|
||||
|
||||
### If enabled, load a plugin named `example` either from the Python module
|
||||
### `wo.cli.plugins.example` or from the file path
|
||||
### `/var/lib/wo/plugins/example.py`
|
||||
enable_plugin = true
|
||||
8
config/plugins.d/debug.conf
Normal file
8
config/plugins.d/debug.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
### Example Plugin Configuration for WordOps
|
||||
|
||||
[debug]
|
||||
|
||||
### If enabled, load a plugin named `example` either from the Python module
|
||||
### `wo.cli.plugins.example` or from the file path
|
||||
### `/var/lib/wo/plugins/example.py`
|
||||
enable_plugin = true
|
||||
8
config/plugins.d/import_slow_log.conf
Normal file
8
config/plugins.d/import_slow_log.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
### Example Plugin Configuration for WordOps
|
||||
|
||||
[import_slow_log]
|
||||
|
||||
### If enabled, load a plugin named `example` either from the Python module
|
||||
### `wo.cli.plugins.example` or from the file path
|
||||
### `/var/lib/wo/plugins/example.py`
|
||||
enable_plugin = true
|
||||
11
config/plugins.d/info.conf
Normal file
11
config/plugins.d/info.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
### Example Plugin Configuration for WordOps
|
||||
|
||||
[info]
|
||||
|
||||
### If enabled, load a plugin named `example` either from the Python module
|
||||
### `wo.cli.plugins.example` or from the file path
|
||||
### `/var/lib/wo/plugins/example.py`
|
||||
enable_plugin = true
|
||||
|
||||
### Additional plugin configuration settings
|
||||
foo = bar
|
||||
8
config/plugins.d/log.conf
Normal file
8
config/plugins.d/log.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
### Example Plugin Configuration for WordOps
|
||||
|
||||
[log]
|
||||
|
||||
### If enabled, load a plugin named `example` either from the Python module
|
||||
### `wo.cli.plugins.example` or from the file path
|
||||
### `/var/lib/wo/plugins/example.py`
|
||||
enable_plugin = true
|
||||
8
config/plugins.d/secure.conf
Normal file
8
config/plugins.d/secure.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
### Example Plugin Configuration for WordOps
|
||||
|
||||
[secure]
|
||||
|
||||
### If enabled, load a plugin named `example` either from the Python module
|
||||
### `wo.cli.plugins.example` or from the file path
|
||||
### `/var/lib/wo/plugins/example.py`
|
||||
enable_plugin = true
|
||||
8
config/plugins.d/site.conf
Normal file
8
config/plugins.d/site.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
### Example Plugin Configuration for WordOps
|
||||
|
||||
[site]
|
||||
|
||||
### If enabled, load a plugin named `example` either from the Python module
|
||||
### `wo.cli.plugins.example` or from the file path
|
||||
### `/var/lib/wo/plugins/example.py`
|
||||
enable_plugin = true
|
||||
8
config/plugins.d/stack.conf
Normal file
8
config/plugins.d/stack.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
### Example Plugin Configuration for WordOps
|
||||
|
||||
[stack]
|
||||
|
||||
### If enabled, load a plugin named `example` either from the Python module
|
||||
### `wo.cli.plugins.example` or from the file path
|
||||
### `/var/lib/wo/plugins/example.py`
|
||||
enable_plugin = true
|
||||
8
config/plugins.d/update.conf
Normal file
8
config/plugins.d/update.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
### Example Plugin Configuration for WordOps
|
||||
|
||||
[update]
|
||||
|
||||
### If enabled, load a plugin named `example` either from the Python module
|
||||
### `wo.cli.plugins.example` or from the file path
|
||||
### `/var/lib/wo/plugins/example.py`
|
||||
enable_plugin = true
|
||||
Reference in New Issue
Block a user