aboutsummaryrefslogtreecommitdiff
path: root/src/conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf')
-rw-r--r--src/conf/py-sample/sample.jsonc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/conf/py-sample/sample.jsonc b/src/conf/py-sample/sample.jsonc
index 9aa4fa0..0004a28 100644
--- a/src/conf/py-sample/sample.jsonc
+++ b/src/conf/py-sample/sample.jsonc
@@ -1,11 +1,13 @@
{
"include": [ "/etc/palhm/conf.d/core.json" ],
- // "modules": [ "aws" ],
+ "modules": [ "aws" ],
"nb-workers": 0,
// "vl": 4,
"boot-report": {
// "mua": "stdout",
"mua": "mailx",
+ // "mua": "aws-sns",
+ // "mua-param": {},
"mail-to": [ "root" ]
// "subject": "Custom Boot Report Subject from {hostname}",
// "header": "Custom header content with {hostname} substitution."