guitarrapc / GraniResource

PowerShell Desired State Configuration Resources for real production workload.
https://www.powershellgallery.com/packages/GraniResource
MIT License
44 stars 8 forks source link

Should support MatchSource for cGitHubContet and cS3Content? #5

Closed guitarrapc closed 8 years ago

guitarrapc commented 9 years ago

Currently File hash is only supported.

Should support.... followings?

  1. Selection of File Hash Algorithm? -> MD5, SHA1, SHA256
  2. Only Name -> If don't want to track change.
  3. CreateDate -> As MSFT do in File Resource
  4. LastWriteDate -> As MSFT do in File Resource

Rather thinking about CreateDate and LastWriteDate, Name match source would be useful in some situation? I don't imagine the condition..... though.

Algorithm support is easy and quickly releasable.

guitarrapc commented 9 years ago

Added Checksum Property for cS3Content. https://github.com/guitarrapc/DSCResources/pull/16

Yes. It works great and give me agility to control by configuration.

guitarrapc commented 8 years ago

Currently I don't need support for cGitHubContent. case close