Issue #19035 has been updated by eric sorenson. Status changed from Unreviewed to Duplicate
Turns out this is a duplicate of an old bug -- #2408 ---------------------------------------- Feature #19035: Declare resources/types from an ENC https://projects.puppetlabs.com/issues/19035#change-82428 Author: Jan Vansteenkiste Status: Duplicate Priority: Normal Assignee: eric sorenson Category: Target version: Affected Puppet version: Keywords: Branch: It would be mighty useful if we could declare resources from the ENC. Currently, we have to work around this by passing a hash to a class as a parameter. A example yml structure could be: --- classes: - apache - mysql resources: apache::vhost: example.com_80: servername: example.com serveraliases: www.example.com foo.example.com_80: bar.example.com_80: -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
