bflad/chef-stash

Serverspec fails on CentOS 7 if remove chef version

linc01n opened this issue · 2 comments

I'm guessing it is a systemd problem.

     1) Service "bitbucket" should be running
        Failure/Error: it { should be_running }
          expected Service "bitbucket" to be running
          /bin/sh -c systemctl\ is-active\ bitbucket
          inactive

Confirmed it is related to this line

require_chef_omnibus: 11.16.2

If we remove version pinning then run kitchen test mysql-centos-71 will throw the above error.