Esri / arcgis-cookbook

Chef cookbooks for ArcGIS
Apache License 2.0
300 stars 116 forks source link

Portal Web Styles not removed with enterprise_uninstalled recipe #303

Closed ramtechjoe closed 2 years ago

ramtechjoe commented 2 years ago

Running the enterprise_uninstalled recipe does not remove Portal Web Styles . Could this be added?

Thanks

cameronkroeker commented 2 years ago

Hi @ramtechjoe,

This is a great suggestion! We will look to get this feature added.

Thanks, Cameron K.

cameronkroeker commented 2 years ago

Hi @ramtechjoe,

The enterprise_uninstalled.rb recipe now includes uninstalling Portal for ArcGIS WebStyles in Chef Cookbooks for ArcGIS v4.0.0.

https://github.com/Esri/arcgis-cookbook/releases/tag/v4.0.0

https://github.com/Esri/arcgis-cookbook/blob/237b0e39fca0a3b5988b997430bf7beb3637e039/cookbooks/arcgis-enterprise/recipes/enterprise_uninstalled.rb#L60-L73

Thanks, Cameron K.