
Add basic tests to ensure the classes can apply cleanly and the services start. Change-Id: I51033cee31c58c8e5a4b1b16c731844c8e26ef46
8 lines
113 B
Puppet
8 lines
113 B
Puppet
service { 'jenkins-log-client':
|
|
ensure => running,
|
|
}
|
|
|
|
service { 'jenkins-log-worker-A':
|
|
ensure => running,
|
|
}
|