Files
puppet-openstacklib/spec
Colleen Murphy b4f3e89ed9 Use beaker-puppet_install_helper to install puppet
When running with BEAKER_provision=no, the following happens:

In Trusty: beaker is running dpkg with '--force' option so even
if Puppet is already installed, the return code will be 0.
In CentOS: beaker is running 'rpm -ivh' the second time and since
the package is already here, the return code will be 1.

Using the new puppet install helper will abort installing puppet
if BEAKER_provision is no, so tests will continue as normal.

Change-Id: I2cb734defce21ed1709e80bd0f0b0d965b772a9d
2015-07-07 14:58:00 -07:00
..
2015-06-24 16:51:07 -06:00