
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>
8 lines
109 B
Puppet
8 lines
109 B
Puppet
package { 'ssl-cert':
|
|
ensure => present,
|
|
}
|
|
|
|
package { 'software-properties-common':
|
|
ensure => present,
|
|
}
|