Pip install refstack.

This commit is contained in:
Michael Krotscheck 2015-04-20 18:20:24 -07:00
parent 2b1ab4a067
commit f9c757cd5d
1 changed files with 9 additions and 0 deletions

View File

@ -95,4 +95,13 @@ class refstack::api () {
],
systempkgs => false,
}
# Run pip from the venv, install refstack.
python::pip { 'refstack':
pkgname => 'refstack',
ensure => present,
virtualenv => $install_api_root,
url => "file://${src_api_root}",
owner => $user,
}
}