example42 / puppet-kibana

Puppet module for Kibana 3 based on stdmod naming standards
Other
9 stars 11 forks source link

Invalid resource type puppi::netinstall #10

Closed timjrobinson closed 9 years ago

timjrobinson commented 9 years ago

Getting the following:

Aug 26 14:57:38 logger-1 puppet-agent[12767]: Could not retrieve catalog from remote server: Error 400 on SERVER: Puppet::Parser::AST::Resource failed with error ArgumentError: Invalid resource type puppi::netinstall at /etc/puppet/modules/kibana/manifests/install.pp:28 on node logger-1.0-6-1.towerstorm.com.

My manifest is:

class { 'kibana':
  webserver   => 'apache',
}

Using puppet 3.6.2 on Ubuntu 14.04

alvagante commented 9 years ago

you need to have the module puppi https://github.com/example42/puppi in your modulepath

timjrobinson commented 9 years ago

Shouldn't it be listed as a dependency in the Modulefile?

alvagante commented 9 years ago

You're right. Fixed.