puppet-redis/spec/acceptance/fixtures/default.pp
Colleen Murphy fb49c42c4c Add beaker tests
Add basic tests to ensure the redis class can be applied and that the
server will run.

Change-Id: I7cae75b31e0ed3a167fd7cb7c36bd4a5476c415d
2018-07-11 14:17:45 +02:00

4 lines
41 B
Puppet

class { 'redis':
version => '3.0.6',
}