move to elastic-recheck web console in share

this provides the changes needed to handle the new elastic-recheck
web console installed from the elastic-recheck package in the
share tree.

Change-Id: I8c8b76cb53b2f2eea026eb0f321e48903df71636
This commit is contained in:
Sean Dague 2013-12-01 13:26:55 -05:00
parent e98bf44a57
commit 6895d0e8ea
1 changed files with 8 additions and 0 deletions

View File

@ -62,6 +62,14 @@ class elastic_recheck (
require => User['recheck'],
}
file { '/var/lib/elastic-recheck':
ensure => directory,
mode => '0755',
owner => 'recheck',
group => 'recheck',
require => User['recheck'],
}
file { '/var/log/elastic-recheck':
ensure => directory,
mode => '0755',