Skip to content

Commit

Permalink
Merge pull request #16 from cdent/sentinel-without-server
Browse files Browse the repository at this point in the history
Make sentinel maninfest ensure the redis package
  • Loading branch information
arioch committed Jan 7, 2015
2 parents b820d82 + 0e5bd1e commit ea5cbc0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions manifests/sentinel.pp
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@
refreshonly => true;
}

package { $::redis::params::package_name:
ensure => $::redis::params::package_ensure,
}

service { $service_name:
ensure => $::redis::params::service_ensure,
enable => $::redis::params::service_enable,
Expand Down

0 comments on commit ea5cbc0

Please sign in to comment.