Keep reviewday repo up to date on filesystem

Changes to vcsrepo stanza in reviewday puppet module to keep the
reviewday checkout up to date with changes to master.

Change-Id: I0cbe2c06622545948c9b645c45eac19887b4c440
Reviewed-on: https://review.openstack.org/25555
Reviewed-by: James E. Blair <corvus@inaugust.com>
Approved: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Tested-by: Jenkins
This commit is contained in:
Elizabeth Krumbach 2013-03-27 12:38:28 -07:00 committed by Jenkins
parent b054f34b27
commit 6562b81129
1 changed files with 2 additions and 1 deletions

View File

@ -76,9 +76,10 @@ define reviewday::site(
}
vcsrepo { '/var/lib/reviewday/reviewday':
ensure => present,
ensure => latest,
provider => git,
source => $git_url,
revision => 'master',
}
file { $httproot: