Virtualbox 在mac上设置流浪者/木偶

Virtualbox 在mac上设置流浪者/木偶,virtualbox,vagrant,puppet,Virtualbox,Vagrant,Puppet,我已经找到了很多很好的资源来建立virtualbox、vagrant和puppet。然而,我遇到了一个障碍,不知道该怎么办。我不是系统管理员或超级开发人员 我去运行vagrant,它加载了几乎所有的东西,除了这个错误。 我一直在寻找答案,但没有结果 Running Puppet with ubuntu-apache2-sqlite-php5.pp... stdin: is not a tty Error: Could not find class apache for www.envision

我已经找到了很多很好的资源来建立virtualbox、vagrant和puppet。然而,我遇到了一个障碍,不知道该怎么办。我不是系统管理员或超级开发人员

我去运行vagrant,它加载了几乎所有的东西,除了这个错误。 我一直在寻找答案,但没有结果

Running Puppet with ubuntu-apache2-sqlite-php5.pp...
stdin: is not a tty

Error: Could not find class apache for www.envisioncomm.net on node www.envisioncomm.net
Error: Could not find class apache for www.envisioncomm.net on node www.envisioncomm.net
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

FACTER_fqdn='dev.pyrocms-pro.sqlite' FACTER_hostname='www' FACTER_docroot='/vagrant    /www/pyrocms-pro/' puppet apply --hiera_config /vagrant/hiera.yaml --modulepath '/etc/puppet/modules:/tmp/vagrant-puppet/modules-0' --manifestdir /tmp/vagrant-puppet/manifests --detailed-exitcodes /tmp/vagrant-puppet/manifests/ubuntu-apache2-sqlite-php5.pp || [ $? -eq 2 ]

Stdout from the command:
Stderr from the command:

stdin: is not a tty
Error: Could not find class apache for www.envisioncomm.net on node www.envisioncomm.net
Error: Could not find class apache for www.envisioncomm.net on node www.envisioncomm.net
我有一种感觉,这可能处理vhost,但不确定。我还在想办法。
如果有任何帮助,我们将不胜感激。

您能列出您一步一步做的所有事情以及您在puphet中输入的字段吗?好的,我按照这些说明一直到步骤4。好的,我按照这些说明一直到步骤4。然后我来到这里,在这里我这样做是因为git克隆无法工作。我把这些放在流浪者文件夹里。然后我做了一个流浪者,它像上面一样停了下来。我想这可能是vhost,但找不到任何好的解释来帮助。这就是我找到设置流浪者的好说明的地方。在第4步-资源调配中,我转到上面的Puppet链接,阅读了其中的一些内容。然后看上面。如果你有什么好的网站可以分享,那就太好了。好吧,我按照这里的intire指令列表,可以用ssh连接到vagrant。。。