简体   繁体   English

在哪里下载Debian Puppet OVF文件

[英]Where to download Debian Puppet OVF file

I need to have the puppetlabs/debian-8.2-64-puppet box for my virtualBox. 我需要为virtualBox安装puppetlabs / debian-8.2-64-puppet框。 However i don't have permissions to use url: https://atlas.hashicorp.com/puppetlabs/debian-8.2-64-puppet . 但是我没有使用URL的权限: https : //atlas.hashicorp.com/puppetlabs/debian-8.2-64-puppet I would appreciate if you could guide me how to find the OVF (Open Virtualization Format) file. 如果您能指导我如何找到OVF(开放虚拟化格式)文件,将不胜感激。

The URL has moved: https://app.vagrantup.com/puppetlabs/boxes/debian-8.2-64-puppet 网址已移动: https : //app.vagrantup.com/puppetlabs/boxes/debian-8.2-64-puppet

You don't need to find the OVF file, Vagrant will handle it for you. 您不需要找到OVF文件,Vagrant会为您处理。

You can also define it in your vagrantfile thusly: 您也可以这样在您的vagrantfile中定义它:

Vagrant.configure("2") do |config|
  config.vm.box = "puppetlabs/debian-8.2-64-puppet"
end

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM