sensu / sensu-chef

Sensu Chef cookbook.
https://supermarket.chef.io/cookbooks/sensu
Apache License 2.0
222 stars 280 forks source link

Use `append` when managing group on Windows #537

Closed cwjohnston closed 7 years ago

cwjohnston commented 7 years ago

Description

This change updates the group resource defined in the _windows recipe to set the value of the append property to true.

Motivation and Context

Per https://github.com/sensu/sensu-chef/issues/531, the group resource needs append set to true in order to be used successfully with the built-in "Administrator" group.

Closes #531

How Has This Been Tested?

Existing integration tests pass.

Types of changes

Checklist: