Merge "Switch to a class require for deployment"

This commit is contained in:
Jenkins 2015-08-21 03:26:33 +00:00 committed by Gerrit Code Review
commit 1a9214cc66
1 changed files with 1 additions and 1 deletions

View File

@ -88,8 +88,8 @@ class zanata(
source => "/home/wildfly/${zanata_file}",
owner => 'wildfly',
require => [
Class['wildfly::install'],
Exec['download_zanata'],
Exec["tar ${wildfly_file} in /var/tmp"],
]
}