Merge "Sync deployment tasks from fuel-library to nailgun db"

This commit is contained in:
Jenkins 2015-01-19 15:43:43 +00:00 committed by Gerrit Code Review
commit 713c400f72

View File

@ -83,3 +83,8 @@ file { "/etc/supervisord.d/current":
ensure => "/etc/supervisord.d/${::fuel_version['VERSION']['release']}",
}
exec {'sync_deployment_tasks':
command => 'fuel rel --sync-deployment-tasks --dir /etc/puppet/',
path => '/usr/bin',
require => Class['nailgun::supervisor']
}