Title: Message Title
Adrien Thebo commented on an issue
Puppet / Bug PUP-1100
create_resources auto importing a manifest with a syntax error produce a bad error message
Given a module with this structure:

{noformat}
x
└── manifests
    ├── init.pp
    └── y.pp
{noformat}

init.pp:
{noformat}
class x {
    $r = {"one" => {"foo" => "bar"}}

    create_resources("x::y", $r)
}
{noformat}

and y.pp which has an obvious syntax error:

{code}
define x::y {
    obvious error should be obvious
}
{code}
...


--
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to