Skip to content

Commit 12d5427

Browse files
committed
Added missing Python version
1 parent f508b71 commit 12d5427

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manifests/virtualenv.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
}
100100

101101
exec { "python_virtualenv_${venv_dir}":
102-
command => "mkdir -p ${venv_dir} ${proxy_command} && virtualenv ${system_pkgs_flag} ${venv_dir} && ${venv_dir}/bin/pip --log-file ${venv_dir}/pip.log install ${pypi_index} ${proxy_flag} --upgrade pip ${distribute_pkg}",
102+
command => "mkdir -p ${venv_dir} ${proxy_command} && virtualenv ${system_pkgs_flag} -p ${python} ${venv_dir} && ${venv_dir}/bin/pip --log-file ${venv_dir}/pip.log install ${pypi_index} ${proxy_flag} --upgrade pip ${distribute_pkg}",
103103
user => $owner,
104104
creates => "${venv_dir}/bin/activate",
105105
path => [ '/bin', '/usr/bin', '/usr/sbin' ],

0 commit comments

Comments
 (0)