Merge "Subscribe to project_config for create-hound-config"
This commit is contained in:
commit
744b62c6af
@ -29,7 +29,8 @@ class openstack_project::codesearch (
|
|||||||
$::project_config::config_dir,
|
$::project_config::config_dir,
|
||||||
File['/home/hound'],
|
File['/home/hound'],
|
||||||
],
|
],
|
||||||
notify => Service['hound']
|
notify => Service['hound'],
|
||||||
|
refreshonly => true,
|
||||||
|
subscribe => Class['project_config'],
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user