WintersMichael / chef-cwlogs

Chef recipe for CloudWatch Logs
8 stars 23 forks source link

Cookbook is not idempotent #3

Open isuftin opened 8 years ago

isuftin commented 8 years ago

This recipe will continue to attempt to install cloudwatch logs on every run.

The installation recipe has the conditional to check if pgrep -f aws-logs-agent-setup returns anything.

This check seems to be insufficient as the recipe does run over and over again.

isuftin commented 8 years ago

https://github.com/MikeSchuette/chef-cwlogs/pull/4