Skip to content
This repository has been archived by the owner on Nov 18, 2020. It is now read-only.

3.4.0 Service configuration, improved platform support, improve testing

Latest
Compare
Choose a tag to compare
@joshbeard joshbeard released this 14 Dec 17:26
· 26 commits to master since this release

Puppet Forge

https://forge.puppet.com/joshbeard/bamboo/3.4.0/readme

  • Add ability to manage service config (/etc/(sysconfig|default)/bamboo)
    • Add 3 new parameters: initconfig_manage, initconfig_path, and
      initconfig_content (@exeral PR #7)
  • Support Debian and Ubuntu
  • Fix uknown puppet_confdir (resolves #11) (@ssteveli PR #12)
  • update default bamboo version to 5.14.3.1
  • metadata: depend on puppet/staging instead of nanliu/staging
  • testing: add acceptance tests (beaker) (resolves #10)
  • testing: update spec tests (resolves #10)