Skip to content

Commit 8c718ef

Browse files
committedDec 11, 2018
Issue #191 - Corrected filter configuration file name, and configuration for update.
1 parent 3a5672b commit 8c718ef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1091,7 +1091,7 @@ def filter_model(model):
10911091
print 'SecurityConfiguration not in the model'
10921092
```
10931093

1094-
Model filters are configured by creating a model.filters.json file in the WLSDEPLOY_HOME/lib directory. This file has separate sections for filters to be applied for specific tools. Filters in the "deploy" section are also applied for the Update Domain Tool.
1094+
Model filters are configured by creating a model_filters.json file in the WLSDEPLOY_HOME/lib directory. This file has separate sections for filters to be applied for specific tools.
10951095

10961096
This example deploys two filters for the Create Domain Tool: fix-password.py and no-mail.py, and one filter for the Discover Domain tool.
10971097

@@ -1105,6 +1105,8 @@ This example deploys two filters for the Create Domain Tool: fix-password.py and
11051105
],
11061106
"discover": [
11071107
{ "name": "noMail", "path": "/home/user/no-mail.py" }
1108+
],
1109+
"update": [
11081110
]
11091111
}
11101112
```

0 commit comments

Comments
 (0)
Please sign in to comment.