Bruno Tavares c1c0648550 Add acceptance tests for puppet-lodgeit.
Add acceptance tests for puppet-lodgeit module so that once the module
is applied we check if files were created, packages were installed,
backup were configured and services were started.

Co-Authored-By: Danilo Ramalho <dramalho@thoughtworks.com>
Change-Id: I8dfce2cd0feb0d2ea5746383dde18e23d5d691ff
2015-11-12 18:39:36 +00:00

8 lines
141 B
Puppet

class { '::lodgeit': }
lodgeit::site { 'acceptance':
db_password => '123456',
port => 8080,
image => 'header-bg2.png',
}