我正在尝试使用 puppet 来设置 nginx。我找到了这个模块:
https://github.com/example42/puppet-nginx
我正在使用 Vagrant,我相信它包括“模块”目录中的所有模块。我已将 puppet-nginx 添加到该目录中。
我有一个清单文件,其中包含:
class { "nginx": }
但是,这似乎不起作用。
Puppet::Parser::AST::Resource failed with error ArgumentError: Could not find declared class nginx at /tmp/vagrant-puppet/manifests/default.pp:50 on node vagrant-ubuntu-raring-64
知道为什么这不起作用吗?谢谢!