Merge "Subscribe to project_config for create-hound-config"

This commit is contained in:
Jenkins 2016-03-04 08:46:18 +00:00 committed by Gerrit Code Review
commit 744b62c6af

View File

@ -29,7 +29,8 @@ class openstack_project::codesearch (
$::project_config::config_dir,
File['/home/hound'],
],
notify => Service['hound']
notify => Service['hound'],
refreshonly => true,
subscribe => Class['project_config'],
}
}