Correct elastic-recheck install subscription scope

* modules/elastic_recheck/manifests/bot.pp: The subscribe on the
install_elastic-recheck exec in ff1e7bc2 specified an explicit
scope, but exec resources are not scoped. Fix it.

Change-Id: I16ee575a24c9abe1db13f4c2164f8c49fa95980f
This commit is contained in:
Jeremy Stanley 2013-12-12 19:30:47 +00:00
parent f4a0bc5367
commit e7347b3e95
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ class elastic_recheck::bot (
enable => true,
subscribe => [
File['/etc/elastic-recheck/elastic-recheck.conf'],
Exec['::elastic_recheck::install_elastic-recheck'],
Exec['install_elastic-recheck'],
],
require => [
Class['elastic_recheck'],