Puppet Forge release 2.0.0

Marks the commit that the branch stable/grizzly and the 2.0.0 tag is
  cut from, adds the pkg directory to .gitignore to prevent accidental
  committing of Forge artifacts to the repository, and updates release
  notes.

Change-Id: I406eb52de27b95378e498d65deaab3991999bacd
This commit is contained in:
Cody Herriges
2013-06-24 21:27:16 -07:00
parent f4cab183b3
commit 4a15c47a8a
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
*.swp *.swp
spec/fixtures/modules/* spec/fixtures/modules/*
pkg

View File

@@ -98,4 +98,6 @@ Release Notes
* Further compatibility fixes for RHEL and its derivatives. * Further compatibility fixes for RHEL and its derivatives.
* Postgres support added. * Postgres support added.
* Adjustments to help in supporting the still in development quantum module. * Adjustments to help in supporting the still in development quantum module.
* Config changes can be hidden from Puppet logs.
* Move from deprecated rabbit_notifier to rpc_notifier.
* Various cleanups and bug fixes. * Various cleanups and bug fixes.