Skip to content

Commit 4a926e6

Browse files
committed
readme update
1 parent 72f4399 commit 4a926e6

File tree

1 file changed

+7
-5
lines changed
  • generic-orchestration-samples/setup_set_user_mail_on_apps

1 file changed

+7
-5
lines changed

generic-orchestration-samples/setup_set_user_mail_on_apps/readme.MD

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ This is sample script for getting user email and updating config parameter on ta
33

44
## To use
55
Set the following attribute on Generic Attribute Family
6-
`Update Mail`
7-
- boolean, default false
6+
- `Update Mail` (boolean, default false)
87

9-
App param should be the following:
10-
`USER_MAIL`
8+
App param on app and in script should be the following: `USER_MAIL`
119

1210
Upload script as setup, python 2 or 3 both fine, and replace setup on target blueprint.
1311

14-
Note in main.py how default config is disabled and this is replacing it.
12+
Note in main.py how default config is disabled and this is replacing it.
13+
14+
For info on syntax to collect variables inside script see examples:
15+
- [dev guide](https://help.quali.com/Online%20Help/0.0/Portal/Content/DevGuide/Config-Mng/Custom-Scripts.htm?tocpath=The%20CloudShell%20DevGuide%7CDeveloping%20Configuration%20Management%20Scripts%20for%20Apps%7CCustom%20Script%20Development%20for%20Apps%7C_____0)
16+
- [usage example](https://github.com/QualiSystemsLab/App-Configuration-Demo-Scripts/blob/master/print_email_param.sh)

0 commit comments

Comments
 (0)