
Add acceptance tests for puppet-bandersnatch module so that once the module is applied we check if files were created, packages were installed and services were started. Change-Id: Iaa1e27842351d834d469f76d5aabe54ff49bd089 Co-Authored-By: Bruno Tavares <btavare@thoughtworks.com>
8 lines
135 B
Puppet
8 lines
135 B
Puppet
class { '::bandersnatch':
|
|
}
|
|
|
|
class { '::bandersnatch::mirror':
|
|
vhost_name => '127.0.0.1',
|
|
require => Class['::bandersnatch'],
|
|
}
|