Jira (PUP-6741) When `recurse => true` is used in a file resource, tags are not applied to all recursive objects.

2016-11-12 Thread Christian Hoffmann (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christian Hoffmann commented on  PUP-6741 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: When `recurse => true` is used in a file resource, tags are not applied to all recursive objects.  
 
 
 
 
 
 
 
 
 
 
TLDR: I have started an attempt at analyzing this issue and think I understand the root cause. I have created a simple patch which fixes the issue for me. 
Details 
Preparation steps 
First, let me add an even shorter reproducer which works using only puppet apply: 
 
 
 
 
 
 
/tmp/test.pp 
 
 
 
 
 
 
file { '/tmp/target': 
 
 
 
 
  ensure  => 'directory', 
 
 
 
 
  source  => '/tmp/source', 
 
 
 
 
  recurse => true, 
 
 
 
 
  tag => 'foo', 
 
 
 
 
} ~> 
 
 
 
 
exec { '/bin/echo "changed"': 
 
 
 
 
  refreshonly => true, 
 
 
 

Jira (FACT-1533) Samsung ATIV Spin (NP940X3L-K01US) facts missing

2016-11-12 Thread Victor Engmark (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Victor Engmark updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Facter /  FACT-1533 
 
 
 
  Samsung ATIV Spin (NP940X3L-K01US) facts missing  
 
 
 
 
 
 
 
 
 

Change By:
 
 Victor Engmark 
 
 
 
 
 
 
 
 
 
 Basic facts like manufacturer, product and chassis type are missing on this model. It's identified by dmidecode:{code:shell}$ sudo dmidecode --string system-product-name940X3L{code} Is it possible that it's not compatible Facter does identify similar properties on two other machines  with  dmidecode 3  [very similar configuration|https://github . 0? com/l0b0/root/]. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.14#64029-sha1:ae256fe) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (FACT-1533) Samsung ATIV Spin (NP940X3L-K01US) facts missing

2016-11-12 Thread Victor Engmark (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Victor Engmark updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Facter /  FACT-1533 
 
 
 
  Samsung ATIV Spin (NP940X3L-K01US) facts missing  
 
 
 
 
 
 
 
 
 

Change By:
 
 Victor Engmark 
 
 
 
 
 
 
 
 
 
 Basic facts like manufacturer, product and chassis type are missing on this model. It's identified by dmidecode  3.0 :{code:shell}$ sudo dmidecode --string system-product-name940X3L{code} Is it possible that it's not compatible with dmidecode 3.0? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.14#64029-sha1:ae256fe) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (FACT-1533) Samsung ATIV Spin (NP940X3L-K01US) facts missing

2016-11-12 Thread Victor Engmark (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Victor Engmark updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Facter /  FACT-1533 
 
 
 
  Samsung ATIV Spin (NP940X3L-K01US) facts missing  
 
 
 
 
 
 
 
 
 

Change By:
 
 Victor Engmark 
 
 
 
 
 
 
 
 
 
 Basic facts like manufacturer, product and chassis type are missing on this model. It's identified by dmidecode  3.0 :{code:shell}$ sudo dmidecode --string system-product-name940X3L{code} 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.14#64029-sha1:ae256fe) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (FACT-1533) Samsung ATIV Spin (NP940X3L-K01US) facts missing

2016-11-12 Thread Victor Engmark (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Victor Engmark updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Facter /  FACT-1533 
 
 
 
  Samsung ATIV Spin (NP940X3L-K01US) facts missing  
 
 
 
 
 
 
 
 
 

Change By:
 
 Victor Engmark 
 
 
 

Summary:
 
 Samsung ATIV Spin (NP940X3L -K01US ) facts missing 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.14#64029-sha1:ae256fe) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (FACT-1533) Samsung ATIV Spin (NP940X3L) facts missing

2016-11-12 Thread Victor Engmark (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Victor Engmark updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Facter /  FACT-1533 
 
 
 
  Samsung ATIV Spin (NP940X3L) facts missing  
 
 
 
 
 
 
 
 
 

Change By:
 
 Victor Engmark 
 
 
 
 
 
 
 
 
 
 Basic facts like manufacturer, product and chassis type are missing on this model.  It's identified by dmidecode:{code:shell}$ sudo dmidecode --string system-product-name940X3L{code} 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.14#64029-sha1:ae256fe) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (FACT-1533) Samsung ATIV Spin (NP940X3L) facts missing

2016-11-12 Thread Victor Engmark (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Victor Engmark created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Facter /  FACT-1533 
 
 
 
  Samsung ATIV Spin (NP940X3L) facts missing  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Affects Versions:
 

 FACT 2.4.6 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 2016/11/12 3:09 PM 
 
 
 

Environment:
 
 
Up-to-date Arch Linux 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 Victor Engmark 
 
 
 
 
 
 
 
 
 
 
Basic facts like manufacturer, product and chassis type are missing on this model. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 
  

Jira (PDB-3183) (MAINT) Remove classname/subprotocol from tests

2016-11-12 Thread gepetto-bot (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 gepetto-bot created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 PuppetDB /  PDB-3183 
 
 
 
  (MAINT) Remove classname/subprotocol from tests  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 2016/11/12 4:03 AM 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 gepetto-bot 
 
 
 
 
 
 
 
 
 
 
This specifically removes the fields from our "call-with-pdb-instance" tests which leads test output like: 
 The [database] classname setting has been retired and will be ignored. The [database] subprotocol setting has been retired and will be ignored. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.14#64029-sha1:ae256fe)