
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
8 lines
141 B
Puppet
8 lines
141 B
Puppet
class { '::lodgeit': }
|
|
|
|
lodgeit::site { 'acceptance':
|
|
db_password => '123456',
|
|
port => 8080,
|
|
image => 'header-bg2.png',
|
|
}
|