danofthewired / puppet-bitbucket

Atlassian Bitbucket Puppet Module
MIT License
3 stars 45 forks source link

switch to using ensure_packages to avoid conflicts #60

Closed bmagistro closed 6 years ago

bmagistro commented 6 years ago

If sharing the same server for several atlassian products (crowd, jira, confluence, bitbucket) there may be conflicts with packages. This shows up with the bitbucket and jira modules both expecting one or both of rubygem-json and ruby-json. Switching to ensure_packages allows both projects to declare the package requirement.

Corresponding PR in related project: https://github.com/voxpupuli/puppet-jira/pull/250