Hi!! I was using puppet 0.24.8 and I have recently upgraded to version 0.25.1. (I am using puppet + passenger configuration)
I have noticed that when I have to requires in a manifest, the following error is raised: err: Could not retrieve catalog from remote server: Error 400 on SERVER: Duplicate parameter 'require' here is an example (extracted from http://projects.reductivelabs.com/issues/2736): ssh_authorized_key { "authkeypuppet": user => "puppet", key => "AAAAA", type => ssh-rsa, name => "w...@noc", ensure => present, require => User["puppet"], require => File["/var/lib/puppet/.ssh"], target => "/var/lib/puppet/.ssh/authorized_keys2" } am I missing something? This kind of definition was working... Thanks in advance, Gus --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---