The default recipe pulls in Apache on Ubuntu 20.04 (it doesn't on Ubuntu < 20.04)
The problem can be solved by specifying specific versions for node['php']['packages'], similar to what is in attributes/default.rb for versions of Ubuntu other that 20.04.
:ghost: Brief Description
The default recipe pulls in Apache on Ubuntu 20.04 (it doesn't on Ubuntu < 20.04)
The problem can be solved by specifying specific versions for
node['php']['packages']
, similar to what is inattributes/default.rb
for versions of Ubuntu other that 20.04.:pancakes: Cookbook version
v8.0.0
:woman_cook: Chef-Infra Version
chef 14.15.6
:tophat: Platform details
Ubuntu 20.04
Steps To Reproduce
Steps to reproduce the behavior:
dpkg -l | grep apache
:police_car: Expected behavior
Apache not being pulled in as a dep.