Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

esri-iis (6) Versions 0.1.2

Enables IIS features required by ArcGIS Web Adaptor (IIS) and configures HTTPS binding.

Policyfile
Berkshelf
Knife
cookbook 'esri-iis', '= 0.1.2', :supermarket
cookbook 'esri-iis', '= 0.1.2'
knife supermarket install esri-iis
knife supermarket download esri-iis
README
Dependencies
Changelog
Quality 33%

esri-iis Cookbook

This cookbook enables IIS, installs features required by ArcGIS Web Adaptor (IIS), configures HTTPS, and starts IIS.

Requirements

Platforms

  • Windows 7
  • Windows 8 (8.1)
    • 8.1 requires .Net Framework 3.5 (See ms_dotnet cookbook README)
  • Windows 10
    • requires .Net Framework 3.5 (See ms_dotnet cookbook README)
  • Windows Server 2008 (R2)
  • Windows Server 2012 (R2)
  • Windows Server 2016
  • Windows Server 2019

Dependencies

The following cookbooks are required:
* openssl
* windows

Attributes

  • node['arcgis']['iis']['domain_name'] = Domain name used for generating self-signed SSL certificate. By default, <node FQDN> is used.
  • node['arcgis']['iis']['keystore_file'] = Path to PKSC12 keystore file (.pfx) with server SSL certificate for IIS. Default value is nil.
  • node['arcgis']['iis']['keystore_password'] = Password for keystore file with server SSL certificate for IIS. Default value is nil.
  • node['arcgis']['iis']['web_site'] = IIS web site to configure. Dafault value is Default Web Site.
  • node['arcgis']['iis']['replace_https_binding'] = If false, the current HTTPS binding is not changed if it is already configured. Default value is false.
  • node['arcgis']['iis']['features'] = An array of windows features to be installed with IIS. Default value depends on Windows version.

Usage

Include esri-iis in your node's run_list:

{
  "arcgis": {
    "iis": {
      "domain_name": "domain.com",
      "keystore_file" : "C:\\domain_com.pfx",
      "keystore_password": "test",
      "web_site": "Default Web Site",
      "replace_https_binding": false
    }
  },
  "run_list": [
    "recipe[esri-iis]"
  ]
}

See wiki pages for more information about using ArcGIS cookbooks.

Issues

Find a bug or want to request a new feature? Please let us know by submitting an issue.

Contributing

Esri welcomes contributions from anyone and everyone. Please see our guidelines for contributing.

Licensing

Copyright 2017 Esri

Licensed under the Apache License, Version 2.0 (the "License");
You may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

A copy of the license is available in the repository's License.txt file.

[](Esri Tags: ArcGIS Web Adaptor IIS Chef Cookbook)
[](Esri Language: Ruby)

Dependent cookbooks

windows ~> 5.3
openssl ~> 8.5

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

esri-iis CHANGELOG

This file is used to list changes made in each version of the esri-iis cookbook.

0.1.2

  • Updated and locked versions of dependent cookbooks.

0.1.1

  • Add ec2 test kitchen

0.1.0

  • Initial release of esri-iis

Collaborator Number Metric
            

0.1.2 passed this metric

Contributing File Metric
            

0.1.2 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

0.1.2 failed this metric

FC066: Ensure chef_version is set in metadata: esri-iis/metadata.rb:1
FC069: Ensure standardized license defined in metadata: esri-iis/metadata.rb:1
FC074: LWRP should use DSL to define resource's default action: esri-iis/resources/iis.rb:1
FC085: Resource using new_resource.updated_by_last_action to converge resource: esri-iis/providers/iis.rb:66
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

0.1.2 passed this metric

Testing File Metric
            

0.1.2 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

0.1.2 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number