
Add basic tests to ensure the puppet manifests can be applied cleanly and the service will start. Change-Id: I15a83e6d7c0449d0982fcc0a62dcab75766addec
6 lines
82 B
Puppet
6 lines
82 B
Puppet
include 'simpleproxy'
|
|
|
|
class { 'simpleproxy::server':
|
|
db_host => 'localhost',
|
|
}
|