Skip to content
This repository has been archived by the owner on Sep 7, 2019. It is now read-only.
/ fourthcoffee Public archive
forked from juliandunn/fourthcoffee

Demo website for Microsoft Desired State Configuration and Chef

Notifications You must be signed in to change notification settings

chef-cft/fourthcoffee

 
 

Repository files navigation

Fourth Coffee Corporation of Seattle, Inc.

This cookbook is used as a demonstration with Microsoft Desired State Configuration.

Fourth Coffee: http://msdn.microsoft.com/en-us/library/hh478190.aspx

Requirements

Platforms

This has only been tested on Windows Server 2012R2 as it is the only one that has a version of PowerShell 4.0 out-of-the-box.

Cookbooks

  • dsc
  • iis
  • windows

Recipes

default - Add this to your runlist to deploy the Fourth Coffee site.

Attributes

  • node['fourthcoffee']['install_path'] - sets the install path for the Fourth Coffee Site. Default: C:\inetpub\FourthCoffee
  • node['fourthcoffee']['install_method'] - sets the install method to use, _dsc for Desired State Configuration based resources or _classic for the windows cookbook based resources. Default: _dsc

License and Authors


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.

About

Demo website for Microsoft Desired State Configuration and Chef

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 40.8%
  • Ruby 31.8%
  • CSS 27.4%