Jira (PUP-7466) Attempt to redefine entity error while evaluating a Virtual Query

2021-01-26 Thread Greg Dubicki (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Greg Dubicki commented on  PUP-7466  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Attempt to redefine entity error while evaluating a Virtual Query   
 

  
 
 
 
 

 
 In my case quick upgrade from Puppet 5 to 6 is not an option, but I did work around the issue by replacing code like:  
 
 
 
 
 resource { 'foo':  
 
 
   ensure => present,  
 
 
   require => My_failing_resource['bar'],  
 
 
 }
  
 
 
 
  with something like:  
 
 
 
 
 my_failing_resource { 'bar':  
 
 
   ensure => present,  
 
 
 }  
 
 
 -> resource { 'foo':  
 
 
   ensure => present,  
 
 
 }
  
 
 
 
   
 

  
 
 
 
 

   

Jira (PUP-7466) Attempt to redefine entity error while evaluating a Virtual Query

2020-09-29 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper commented on  PUP-7466  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Attempt to redefine entity error while evaluating a Virtual Query   
 

  
 
 
 
 

 
 I believe all of the "Attempt to redefine entity" errors have been resolved in puppet 6.18.0so I'm going to close this. Please reopen if it is still an issue, and please include steps to reproduce.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.5.2#805002-sha1:a66f935)  
 
 

 
   
 

  
 

  
 

   





-- 
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 puppet-bugs+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.187717.1493112306000.45640.1601408820090%40Atlassian.JIRA.


Jira (PUP-7466) Attempt to redefine entity error while evaluating a Virtual Query

2020-04-24 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-7466  
 
 
  Attempt to redefine entity error while evaluating a Virtual Query   
 

  
 
 
 
 

 
Change By: 
 Josh Cooper  
 
 
Summary: 
 Error Attempt to redefine entity error  while evaluating a Virtual Query  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.5.2#805002-sha1:a66f935)  
 
 

 
   
 

  
 

  
 

   





-- 
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 puppet-bugs+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.187717.1493112306000.47113.1587774780283%40Atlassian.JIRA.