Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax error at 'resource_name'; expected '}' #136

Closed
lingfish opened this issue Jun 1, 2017 · 1 comment
Closed

Syntax error at 'resource_name'; expected '}' #136

lingfish opened this issue Jun 1, 2017 · 1 comment

Comments

@lingfish
Copy link

lingfish commented Jun 1, 2017

Attempting to use the current master, and getting:

Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Puppet::Parser::AST::Resource failed with error ArgumentError: Invalid resource type icingaweb2::config::resource at /etc/puppet/manifests/site.pp:202 on node some.host

The node def is:

  icingaweb2::config::resource { 'pgsql':
    ensure      => present,
    type        => 'db',
    db_type     => 'pgsql',
    host        => 'localhost',
    port        => '5432',
    db_name     => 'icingaweb2',
    db_username => 'icinga2',
    db_password => 'some_pass',
  }

This seems to be happening on some of your Travis builds too.

@bobapple
Copy link
Contributor

This should be fixed in the current master, please let me know if not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants