config changes should refresh db sync.

This commit is contained in:
Dan Bode 2012-10-14 11:53:53 -07:00
parent 5b926f5504
commit 5adcc95379
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ class keystone(
validate_re($catalog_type, 'template|sql')
File['/etc/keystone/keystone.conf'] -> Keystone_config<||> ~> Service['keystone']
Keystone_config<||> -> Exec<| title == 'keystone-manage db_sync'|>
Keystone_config<||> ~> Exec<| title == 'keystone-manage db_sync'|>
# TODO implement syslog features
if ( $use_syslog != 'False') {