Glauco Oliveira 528e4ebccb Add acceptance tests for puppet-diskimage_builder.
Add acceptance tests for puppet-diskimage_builder module so that once
the module is applied we check if packages were installed.

Change-Id: I37a7e4ae9f1a380568c0aa4f09cef1dfb7c4aaa9
Co-Authored-By: Bruno Tavares <btavare@thoughtworks.com>
Co-Authored-By: Danilo Ramalho <dramalho@thoughtworks.com>
2015-10-02 09:30:31 -03:00

8 lines
109 B
Puppet

package { 'ssl-cert':
ensure => present,
}
package { 'software-properties-common':
ensure => present,
}