Hi,
Is it possible to install puppet modules to all of my agents via manifests files? When I try this in my site.pp file:
module { 'author/mymodule':
ensure => present,
}
i get this error:
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Puppet::Parser::AST::Resource failed with error ArgumentError: Invalid resource type module at /etc/puppet/manifests/site.pp:17 on node agent
Thanks,
Stanislav
↧