Provide examples for cookbook attribute values where default value is nil #408
frenchpeter
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Hi @frenchpeter, This is a great suggestion. I'll see if we can get this improved. For now here is an example that may help: Thanks, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Just a minor thing but in the help, it might be good to provide an example value in cases where a default value is nil.
For example, for this cookbook for Enterprise:
https://esri.github.io/arcgis-cookbook/cookbooks/arcgis-enterprise/5.1.0.html
node['arcgis']['server']['url'] = ArcGIS Server URL. The default URL is https://FQDN of the machine:6443/arcgis using the fully qualified domain name of the machine on which Chef is running. If ArcGIS Server and the web adaptor are running on different machines, then this value should be explicitly set.
node['arcgis']['server']['private_url'] = ArcGIS Server URL without Web Adaptor. Default URL is https://server domain name:6443/arcgis.
node['arcgis']['server']['primary_server_url'] = URL of ArcGIS Server site to join. Default is nil.
For the first two settings there is no ambiguity over the format of the URL whereas for the third setting you have to use your best guess.
Beta Was this translation helpful? Give feedback.
All reactions