Glauco Oliveira 0258a70c25 Add acceptance tests for puppet-bandersnatch
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>
2015-10-15 18:01:48 -03:00

8 lines
135 B
Puppet

class { '::bandersnatch':
}
class { '::bandersnatch::mirror':
vhost_name => '127.0.0.1',
require => Class['::bandersnatch'],
}