You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 10, 2023. It is now read-only.
java_opts | additional JAVA_OPTS to be passed to Stash JVM during startup | String | ""
110
110
support_args | additional JAVA_OPTS recommended by Atlassian support for Stash JVM during startup | String | ""
111
111
112
-
### Stash Plugin Attributes
112
+
### Stash Property Attributes
113
113
114
-
All of these `node['stash']['plugin']` attributes are overridden by `stash/stash` encrypted data bag (Hosted Chef) or data bag (Chef Solo), if it exists
114
+
_The usage of `node['stash']['plugin']` for properties is deprecated in 3.x of the cookbook and may change or be removed in 4.x_
115
+
116
+
All of these `node['stash']['properties']` attributes are overridden by `stash/stash` encrypted data bag (Hosted Chef) or data bag (Chef Solo), if it exists.
115
117
116
118
Attribute | Description | Type | Default
117
119
----------|-------------|------|--------
118
-
`key` | A key/value pair to be inserted into stash-config.properties as plugin.`key`=`value` | - | -
120
+
`key` | A key/value pair to be inserted into stash-config.properties as `key`=`value` | Hash | {}
0 commit comments