voxpupuli / puppet-blacksmith

Ruby Gem with Puppet Module utilities
Apache License 2.0
69 stars 31 forks source link

Make things more configurable #2

Closed willdurand closed 7 years ago

willdurand commented 11 years ago

Heya!

Thank you for this gem, really useful. However, I think it is a bit too much opinionated. IMO we should be able to configure:

I guess the ~/puppetforge.yml file is a good start. We could add two new parameters such as bump_commit_message and tag_pattern:


---
url: ...
username: ...
password: ...
git:
  bump_commit_message: "Bump version"
  tag_pattern: "v{version_number}"

WDYT?

William

carlossg commented 11 years ago

allowing to override the default messages sounds good to me

jyaworski commented 8 years ago

Hello: What's the status of this?

dgvigil commented 7 years ago

+1