Issue #5275 has been reported by Cristian Ciupitu.

----------------------------------------
Feature #5275: add support for chaining a list of resources
https://projects.puppetlabs.com/issues/5275

Author: Cristian Ciupitu
Status: Unreviewed
Priority: Normal
Assignee: 
Category: 
Target version: 
Affected Puppet version: 2.6.3rc2
Keywords: 
Branch: 


Puppet doesn't support chaining a list of resources. The code:

`Package["cobbler"] -> Config_file["/etc/cobbler/settings", 
"/etc/cobbler/modules.conf"] ~> Service["cobblerd"]`

throws the following errors:

    puppet-master[14824]: Could not find resource 
'Config_file[/etc/cobbler/settings]Config_file[/etc/cobbler/modules.conf]' for 
relationship from 'Package[cobbler]'
    puppet-master[14824]: Could not find resource 
'Config_file[/etc/cobbler/settings]Config_file[/etc/cobbler/modules.conf]' for 
relationship from 'Package[cobbler]'
    puppet-agent[14885]: Could not retrieve catalog from remote server: Error 
400 on SERVER: Could not find resource 
'Config_file[/etc/cobbler/settings]Config_file[/etc/cobbler/modules.conf]' for 
relationship from 'Package[cobbler]'

In case it matters, I'm using 
[puppet-2.6.3-0.3.rc2.fc14.noarch](http://tmz.fedorapeople.org/repo/puppet/fedora/14/x86_64/).


-- 
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en.

Reply via email to