
Add basic tests to ensure the puppet manifests can be applied cleanly and the service will start. Change-Id: I15a83e6d7c0449d0982fcc0a62dcab75766addec
4 lines
54 B
Puppet
4 lines
54 B
Puppet
service { 'simpleproxy-mysql':
|
|
ensure => running,
|
|
}
|