Pip subscribe to VCSRepo update.

This commit is contained in:
Michael Krotscheck 2015-04-21 11:36:09 -07:00
parent 5e13a8be0b
commit 0b1ddafaa4
1 changed files with 2 additions and 1 deletions

View File

@ -110,7 +110,8 @@ class refstack::api () {
virtualenv => $install_api_root,
url => "file://${src_api_root}",
owner => $user,
require => Vcsrepo[$src_api_root]
require => Vcsrepo[$src_api_root],
subscribe => Vcsrepo[$src_api_root],
}
# Migrate the database