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.
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
andruby-json
. Switching toensure_packages
allows both projects to declare the package requirement.Corresponding PR in related project: https://github.com/voxpupuli/puppet-jira/pull/250