Skip to content

Commit

Permalink
* Added sample_recipes/* to .chefignore
Browse files Browse the repository at this point in the history
* Rewrote Usage section of README.md
* Fixed version badge in README.md.
  • Loading branch information
gitmlynch committed Mar 20, 2015
1 parent 8cd72d2 commit 12ad1a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
15 changes: 4 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![GitHub](http://img.shields.io/badge/github-ebsco/windows_feature-blue.svg)](https://github.com/ebsco/windows_feature)

[![Cookbook Version](https://badge.fury.io/rb/windows_feature.svg)](https://github.com/ebsco/windows_feature/releases)
[![Cookbook Version](https://badge.fury.io/gh/ebsco%2Fwindows_feature.svg)](https://github.com/ebsco/windows_feature/releases)
[![License](http://img.shields.io/badge/license-Apache2-yellowgreen.svg)](https://github.com/ebsco/windows_feature/blob/master/LICENSE.txt)

# Windows_Feature Cookbook
Expand All @@ -18,16 +18,9 @@ None
## Usage

### default
Include the Windows_Feature cookbook default recipe in another to recipe to provide access to Windows_Feature LWRP that makes use of the mixlibrary-core windows feature support.

#### Sample Resource

windows_feature_manage_feature "#{cookbook_name}_install_Basic_Auth_Feature" do
feature_name "Web-Basic-Auth"
action :install
end

Also see https://github.com/ebsco/windows_feature/sample_recipes/sample.rb
* Include the windows_feature cookbook default recipe in another recipe to provide access to windows_feature LWRP that makes use of the mixlibrary-core windows feature support.
* Add windows_feature_manage_feature resource calls to your recipe to use the LWRP.
* [LWRP Usage Sample](https://github.com/ebsco/windows_feature/sample_recipes/sample.rb)

## License and Authors

Expand Down
1 change: 1 addition & 0 deletions chefignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ test/*
features/*
Guardfile
Procfile
sample_recipes/*

# SCM #
#######
Expand Down

0 comments on commit 12ad1a5

Please sign in to comment.