Jira (PUP-7941) Autogenerated custom types never get all properties set

2021-12-01 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper commented on  PUP-7941  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Autogenerated custom types never get all properties set   
 

  
 
 
 
 

 
 Thanks for the excellent report Reinhard Vicinus. The issue is that prefetch creates instances of Puppet::Type::Touchfile::ProviderDefault and sets the properties on it:  
 
 
 
 
 (byebug) var instance instance  
 
 
 @property_hash = {:name=>"a", :ensure=>:present, :data="">  
 
 
 @resource = ##  
 
 
 
  And then we create an instance of Puppet::Type::Touchfile using only the name, provider and title https://github.com/puppetlabs/puppet/blob/bd47bdd08c0f6e32649052cde80cefea1f6250d2/lib/puppet/type.rb#L1199, and that triggers validation https://github.com/puppetlabs/puppet/blob/bd47bdd08c0f6e32649052cde80cefea1f6250d2/lib/puppet/type.rb#L2376 Then we metaprogram each attribute on the type, e.g. define Puppet::Type::Touchfile::Data. So in other words, the Puppet::Type::Touchfile instances don't have all of the state that is normally set on them such as when the desired values are specified in a manifest which happens here https://github.com/puppetlabs/puppet/blob/bd47bdd08c0f6e32649052cde80cefea1f6250d2/lib/puppet/type.rb#L671. I think the puppet resource touchfile hides this behavior, because it converts the Puppet::Type::Touchfile instance to Puppet::Resource: https://github.com/puppetlabs/puppet/blob/bd47bdd08c0f6e32649052cde80cefea1f6250d2/lib/puppet/indirector/resource/ral.rb#L17, which retrieves the "current" values from the provider. I agree the behavior is confusing, but we're unlikely to change that anytime soon and am going to close this. Feel free to reopen if you'd like to take a pass at fixing this in a backwards compatible way.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 
   

Jira (PUP-8241) Update contributor documents

2021-12-01 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-8241  
 
 
  Update contributor documents   
 

  
 
 
 
 

 
Change By: 
 Josh Cooper  
 
 
Labels: 
 tbd  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.226193.1513039221000.18536.1638425040043%40Atlassian.JIRA.


Jira (PUP-9154) Can't load catalog that was previously saved as yaml

2021-12-01 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper commented on  PUP-9154  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Can't load catalog that was previously saved as yaml   
 

  
 
 
 
 

 
 This can reproduced using:  
 
 
 
 
 require 'puppet'  
 
 
 Puppet.initialize_settings  
 
 
 Puppet::Resource::Catalog.indirection.terminus_class = :compiler  
 
 
 Puppet::Util::Log.newdestination(:console)  
 
 
 Puppet::ApplicationSupport.push_application_context(Puppet::Util::RunMode[:server])  
 
 
 catalog = Puppet::Resource::Catalog.indirection.find(Puppet[:certname], environment: :production)  
 
 
 data = "">:yaml)  
 
 
    
 
 
 catalog2 = Puppet::Resource::Catalog.convert_from(:yaml, data)  
 
 
 catalog2.to_ral
  
 
 
 
   
 

  
 
 
 
 

 
 
 

   

Jira (PUP-9154) Can't load catalog that was previously saved as yaml

2021-12-01 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-9154  
 
 
  Can't load catalog that was previously saved as yaml   
 

  
 
 
 
 

 
Change By: 
 Josh Cooper  
 
 
Labels: 
 tbd  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.276281.1537300859000.18531.1638424140035%40Atlassian.JIRA.


Jira (PUP-9321) Document package latest enablerepos feature

2021-12-01 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-9321  
 
 
  Document package latest enablerepos feature   
 

  
 
 
 
 

 
Change By: 
 Josh Cooper  
 
 
Labels: 
 generated-docs  tbd  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.146289.1470856038000.18530.1638424020033%40Atlassian.JIRA.


Jira (PUP-9342) SemVer data type should allow minor and micro to be left out and default to 0

2021-12-01 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-9342  
 
 
  SemVer data type should allow minor and micro to be left out and default to 0   
 

  
 
 
 
 

 
Change By: 
 Josh Cooper  
 
 
Team: 
 Froyo  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.287587.1544047444000.18528.1638423780097%40Atlassian.JIRA.


Jira (PUP-9342) SemVer data type should allow minor and micro to be left out and default to 0

2021-12-01 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-9342  
 
 
  SemVer data type should allow minor and micro to be left out and default to 0   
 

  
 
 
 
 

 
Change By: 
 Josh Cooper  
 
 
Labels: 
 tbd  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.287587.1544047444000.18529.1638423780140%40Atlassian.JIRA.


Jira (PUP-9342) SemVer data type should allow minor and micro to be left out and default to 0

2021-12-01 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-9342  
 
 
  SemVer data type should allow minor and micro to be left out and default to 0   
 

  
 
 
 
 

 
Change By: 
 Josh Cooper  
 

  
 
 
 
 

 
 It is currently required to have a full three segment version to create a {{SemVer}} - this is not great since there are many versions that are just two segments. The various forms of creating a SemVer should default missing segments to 0 (at least major must be given). *Updated*SemVer obects can be created from a String, an Array of arguments (major, minor, etc), or a Hash of arguments ({major => 1, etc). It should be possible to omit the minor and patch segments, similarly to how prerelease and build segments can be omitted. For example, I should be able to write this in puppet code:{code:puppet}notice(SemVer('1'))notice(SemVer('1.2'))notice(SemVer(1))notice(SemVer(1, 2))notice(SemVer(major => 1))notice(SemVer(major => 1, minor => 2)){code}  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this 

Jira (PUP-9361) RSpec has improved since old tests were written

2021-12-01 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-9361  
 
 
  RSpec has improved since old tests were written   
 

  
 
 
 
 

 
Change By: 
 Josh Cooper  
 
 
Labels: 
 tbd  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.288695.1544725409000.18526.1638423120040%40Atlassian.JIRA.


Jira (PUP-9510) Reduce feature-related debug messages from puppet types to once per provider

2021-12-01 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-9510  
 
 
  Reduce feature-related debug messages from puppet types to once per provider   
 

  
 
 
 
 

 
Change By: 
 Josh Cooper  
 
 
Labels: 
 beginner  tbd  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.297227.1550880657000.18525.1638423060048%40Atlassian.JIRA.


Jira (PUP-9968) Parser does not allow comma after last element in nested Variant Types

2021-12-01 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-9968  
 
 
  Parser does not allow comma after last element in nested Variant Types   
 

  
 
 
 
 

 
Change By: 
 Josh Cooper  
 
 
Labels: 
 low-hanging-fruit  tbd  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.321496.1566301553000.18523.1638422940047%40Atlassian.JIRA.


Jira (PUP-9968) Parser does not allow comma after last element in nested Variant Types

2021-12-01 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-9968  
 
 
  Parser does not allow comma after last element in nested Variant Types   
 

  
 
 
 
 

 
Change By: 
 Josh Cooper  
 
 
Team: 
 Froyo  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.321496.1566301553000.18524.1638422940070%40Atlassian.JIRA.


Jira (PUP-10886) Bad parsing of 'install_options' for 'package' resource on yum-based systems

2021-12-01 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-10886  
 
 
  Bad parsing of 'install_options' for 'package' resource on yum-based systems   
 

  
 
 
 
 

 
Change By: 
 Josh Cooper  
 
 
Labels: 
 tbd  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.386040.1612383296000.18515.1638422580105%40Atlassian.JIRA.


Jira (PUP-10924) `module install` can't unpack modules with long paths because of minitar bug

2021-12-01 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper commented on  PUP-10924  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: `module install` can't unpack modules with long paths because of minitar bug   
 

  
 
 
 
 

 
 Heston Snodgrass or anyone else following this ticket, can you try using a recent puppet-agent MSI (6.25 or 7.12) and install it with the ENABLE_LONG_PATHS=TRUE parameter, see https://puppet.com/docs/puppet/6/install_agents.html#msi_properties, reboot and verify this is no longer an issue?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.387906.1613638812000.18514.1638422580046%40Atlassian.JIRA.


Jira (PUP-11373) Server with multithreaded enabled hangs after upgrade v6 -> v7

2021-12-01 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper commented on  PUP-11373  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Server with multithreaded enabled hangs after upgrade v6 -> v7   
 

  
 
 
 
 

 
 Could you give this a try: https://github.com/joshcooper/puppet/commit/107426595261935da8c6e96aa6d3cba6343dfc64?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.425363.1638368348000.18513.163840027%40Atlassian.JIRA.


Jira (PUP-11330) Puppet::Node#environment_name may return the wrong value

2021-12-01 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-11330  
 
 
  Puppet::Node#environment_name may return the wrong value   
 

  
 
 
 
 

 
Change By: 
 Josh Cooper  
 
 
Labels: 
 tbd  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.421293.1635295522000.18507.1638420060107%40Atlassian.JIRA.


Jira (PUP-11370) Move to windows-latest github runner

2021-12-01 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper assigned an issue to Ciprian Badescu  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-11370  
 
 
  Move to windows-latest github runner   
 

  
 
 
 
 

 
Change By: 
 Josh Cooper  
 
 
Assignee: 
 Ciprian Badescu  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.425267.1638289614000.18505.1638419940046%40Atlassian.JIRA.


Jira (PUP-11349) Puppet agent ssl_trust_store setting on Windows does not work

2021-12-01 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper commented on  PUP-11349  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Puppet agent ssl_trust_store setting on Windows does not work   
 

  
 
 
 
 

 
 Chris Southall does Puppet[:ssl_trust_store] contain multiple PEM files? Do they have unix or windows line endings? How is each cert delimited?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.423410.1636831549000.18504.1638419520025%40Atlassian.JIRA.


Jira (PUP-6914) ruby expand_path in file type breaks leading-tilde file resources

2021-12-01 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper commented on  PUP-6914  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: ruby expand_path in file type breaks leading-tilde file resources   
 

  
 
 
 
 

 
 This was fixed in PUP-5800.  
 
 
 
 
 $ cat x.pp   
 
 
 file { '/tmp/x~x':  
 
 
   content => "x\n",  
 
 
 }  
 
 

 
 
 file { '/tmp/~x':  
 
 
   content => "x\n",  
 
 
 }  
 
 

 
 
 file { '/tmp/x~':  
 
 
   content => "x\n",  
 
 
 }  
 
 
    
 
 
 $ bx puppet apply x.pp  
 
 
 Notice: Compiled catalog for 

Jira (PUP-11358) Prepare release announcement (Puppet Platform 7.13.0)

2021-12-01 Thread Aidan Nathanson (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Aidan Nathanson commented on  PUP-11358  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Prepare release announcement (Puppet Platform 7.13.0)   
 

  
 
 
 
 

 
 I track our release announcements here: https://docs.google.com/document/d/1bDXGQuA_R9X8eMgptNDWHUTNKvuXbDlIC0_-Fjfh0MU/edit?usp=sharing    I'll tag the release leads there, so that we can get their inputs.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.423522.1637014446000.18338.1638400080043%40Atlassian.JIRA.


Jira (PUP-11358) Prepare release announcement (Puppet Platform 7.13.0)

2021-12-01 Thread Aidan Nathanson (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Aidan Nathanson assigned an issue to Parker Leach  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-11358  
 
 
  Prepare release announcement (Puppet Platform 7.13.0)   
 

  
 
 
 
 

 
Change By: 
 Aidan Nathanson  
 
 
Assignee: 
 Heston Hoffman Parker Leach  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.423522.1637014446000.18335.1638399900077%40Atlassian.JIRA.


Jira (PUP-11357) Prepare documentation updates and release notes (Puppet Platform 7.13.0)

2021-12-01 Thread Aidan Nathanson (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Aidan Nathanson commented on  PUP-11357  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Prepare documentation updates and release notes (Puppet Platform 7.13.0)   
 

  
 
 
 
 

 
 Parker Leach - reassigning to you, as Heston let me know he'll be on PTO!  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.423521.1637014443000.18333.1638399900060%40Atlassian.JIRA.


Jira (PUP-11358) Prepare release announcement (Puppet Platform 7.13.0)

2021-12-01 Thread Aidan Nathanson (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Aidan Nathanson commented on  PUP-11358  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Prepare release announcement (Puppet Platform 7.13.0)   
 

  
 
 
 
 

 
 Parker Leach - reassigning to you, as Heston let me know he'll be on PTO!  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.423522.1637014446000.18334.1638399900069%40Atlassian.JIRA.


Jira (PUP-11357) Prepare documentation updates and release notes (Puppet Platform 7.13.0)

2021-12-01 Thread Aidan Nathanson (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Aidan Nathanson assigned an issue to Parker Leach  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-11357  
 
 
  Prepare documentation updates and release notes (Puppet Platform 7.13.0)   
 

  
 
 
 
 

 
Change By: 
 Aidan Nathanson  
 
 
Assignee: 
 Heston Hoffman Parker Leach  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.423521.1637014443000.18332.1638399840042%40Atlassian.JIRA.


Jira (PUP-8946) Return all eyaml encrypted values from hiera as Sensitive

2021-12-01 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-8946  
 
 
  Return all eyaml encrypted values from hiera as Sensitive   
 

  
 
 
 
 

 
Change By: 
 Josh Cooper  
 
 
Team: 
 Froyo  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.261103.1529069227000.18276.1638395940119%40Atlassian.JIRA.


Jira (PUP-8971) Agent Functions - Add encrypt/decrypt functions

2021-12-01 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-8971  
 
 
  Agent Functions - Add encrypt/decrypt functions   
 

  
 
 
 
 

 
Change By: 
 Josh Cooper  
 
 
Team: 
 Froyo  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.263096.1530205428000.18275.1638395940058%40Atlassian.JIRA.


Jira (PUP-11328) Puppet agent may download all plugins after updating

2021-12-01 Thread Breno Fernandes (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Breno Fernandes commented on  PUP-11328  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Puppet agent may download all plugins after updating   
 

  
 
 
 
 

 
 Btw, if you are going to test it, switch the environment via node_terminus more than once. Ensure it works every single time. Because it works on the first time, but if you switch to another environment, it doesn't work anymore.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.421154.1635201319000.18161.1638390660025%40Atlassian.JIRA.


Jira (PUP-11328) Puppet agent may download all plugins after updating

2021-12-01 Thread Breno Fernandes (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Breno Fernandes commented on  PUP-11328  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Puppet agent may download all plugins after updating   
 

  
 
 
 
 

 
 So that's what I am not having here. Can you confirm what you're saying is actually what is happening? In my tests with puppetserver 6.10 + puppet agent 6.25.1, and a client with puppet agent 6.25.1. Puppet agent will not use the env specified by node_terminus if the file $statedir/last_run_summary.yaml exists. If we just remove the converged environment line, puppet will try to apply the default environment.   That's the behavior I have here with multiple different boxes.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.421154.1635201319000.18158.1638390360035%40Atlassian.JIRA.


Jira (PUP-11351) Puppet::Transaction::Persistence:0x00005598a2c1ebf8 warnings on puppet run

2021-12-01 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper commented on  PUP-11351  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Puppet::Transaction::Persistence:0x5598a2c1ebf8 warnings on puppet run   
 

  
 
 
 
 

 
 We reverted the use of ToDataSerializer so this ticket can be closed.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.423438.1636985978000.18137.1638388320095%40Atlassian.JIRA.


Jira (PUP-11373) Server with multithreaded enabled hangs after upgrade v6 -> v7

2021-12-01 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper commented on  PUP-11373  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Server with multithreaded enabled hangs after upgrade v6 -> v7   
 

  
 
 
 
 

 
 This is probably triggered due to https://github.com/puppetlabs/puppet/commit/ec319d778150eade0b6128c2ddd11cbf3926183b, because previously the loader didn't lock the environment (which was the cause of a different deadlock PUP-10959)  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.425363.1638368348000.18135.1638388200086%40Atlassian.JIRA.


Jira (PUP-11328) Puppet agent may download all plugins after updating

2021-12-01 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper commented on  PUP-11328  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Puppet agent may download all plugins after updating   
 

  
 
 
 
 

 
 The agent will start off in the converged environment in the last run summary, but the node terminus will always have the final say about what environment the agent should switch to. You should see the agent report that its environment doesn't match the server specified environment and it should switch to the server specified one.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.421154.1635201319000.18133.1638388140028%40Atlassian.JIRA.


Jira (PUP-11373) Server with multithreaded enabled hangs after upgrade v6 -> v7

2021-12-01 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper commented on  PUP-11373  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Server with multithreaded enabled hangs after upgrade v6 -> v7   
 

  
 
 
 
 

 
 Thread qtp346358872-67 has locked  in https://github.com/puppetlabs/puppet/blob/7.12.1/lib/puppet/pops/loader/loader.rb#L153 and is waiting to lock <3f27e688> in https://github.com/puppetlabs/puppet/blob/7.12.1/lib/puppet/resource/type_collection.rb#L188 Thread qtp346358872-131 has locked <3f27e688> in https://github.com/puppetlabs/puppet/blob/7.12.1/lib/puppet/resource/type_collection.rb#L188 and is waiting to lock  in https://github.com/puppetlabs/puppet/blob/7.12.1/lib/puppet/node/environment.rb#L248  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.425363.1638368348000.18118.1638387480198%40Atlassian.JIRA.


Jira (PUP-11328) Puppet agent may download all plugins after updating

2021-12-01 Thread Breno Fernandes (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Breno Fernandes commented on  PUP-11328  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Puppet agent may download all plugins after updating   
 

  
 
 
 
 

 
 Josh Cooper would you mind clarifying an issue I'm facing? I use node_terminus to specify dynamic environments (on the agent). After this ticket, now if last_run_summary.yaml has a converged_environment specified, puppet agent will not use the environment that node_terminus is telling the agent to use. It will use instead what's in last_run_summary.yaml which is very bad. If before running puppet I remove the last_run_summary.yaml file I have my expected behavior. If I remove the converged_environment line, puppet will try to apply the "production" (default) environment.  Is that expected? And if so, why is that?   The expected behavior IMO should be: if we have node_terminus configured, that will always have precedence over what is last_run_summary.yaml.    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.421154.1635201319000.18094.1638386280033%40Atlassian.JIRA.


Jira (PUP-11373) Server with multithreaded enabled hangs after upgrade v6 -> v7

2021-12-01 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-11373  
 
 
  Server with multithreaded enabled hangs after upgrade v6 -> v7   
 

  
 
 
 
 

 
Change By: 
 Josh Cooper  
 
 
Epic Link: 
 SERVER-2911  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.425363.1638368348000.18040.1638384780098%40Atlassian.JIRA.


Jira (PUP-11373) Server with multithreaded enabled hangs after upgrade v6 -> v7

2021-12-01 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper commented on  PUP-11373  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Server with multithreaded enabled hangs after upgrade v6 -> v7   
 

  
 
 
 
 

 
 Pavel Sapezhka Thanks for filing this and including the threaddump. It looks like there's a deadlock due to multithreaded being enabled. We'll need to take a closer look.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.425363.1638368348000.18039.1638384780048%40Atlassian.JIRA.


Jira (PUP-11373) Server with multithreaded enabled hangs after upgrade v6 -> v7

2021-12-01 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-11373  
 
 
  Server with multithreaded enabled hangs after upgrade v6 -> v7   
 

  
 
 
 
 

 
Change By: 
 Josh Cooper  
 
 
Summary: 
 Server  with multithreaded enabled  hangs after upgrade v6 -> v7  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.425363.1638368348000.18036.1638384660033%40Atlassian.JIRA.


Jira (PUP-11321) Warning: #

2021-12-01 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-11321  
 
 
  Warning: #   
 

  
 
 
 
 

 
Change By: 
 Josh Cooper  
 
 
Release Notes: 
 Bug Fix  
 
 
Release Notes Summary: 
 Fixes a regression introduced in 6.25.0 and 7.10.0 that caused a "Puppet::Transaction::Persistence" warning during each agent run.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.419688.1634302669000.18013.1638383760105%40Atlassian.JIRA.


Jira (PUP-11321) Warning: #

2021-12-01 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper commented on  PUP-11321  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Warning: #   
 

  
 
 
 
 

 
 Merged to 6.x in https://github.com/puppetlabs/puppet/commit/a130746520. This will be released in upcoming 6.26.0 and 7.13.0 releases.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.419688.1634302669000.18007.1638383460246%40Atlassian.JIRA.


Jira (PUP-1460) Puppet hangs trying to replace a FIFO

2021-12-01 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper commented on  PUP-1460  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Puppet hangs trying to replace a FIFO   
 

  
 
 
 
 

 
 Passed CI in 0fc096f07ecc1b4a36ae6eabe5716b3f03bd9c4e  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.23952.1389949607000.18000.1638383340027%40Atlassian.JIRA.


Jira (PUP-1460) Puppet hangs trying to replace a FIFO

2021-12-01 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-1460  
 
 
  Puppet hangs trying to replace a FIFO   
 

  
 
 
 
 

 
Change By: 
 Josh Cooper  
 
 
Release Notes: 
 Bug Fix  
 
 
Release Notes Summary: 
 Puppet no longer hangs when trying to replace a fifo with a file, directory or symlink  
 
 
Template: 
 PUP Bug Template  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.23952.1389949607000.17998.1638383280161%40Atlassian.JIRA.


Jira (PUP-1460) Puppet hangs trying to replace a FIFO

2021-12-01 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-1460  
 
 
  Puppet hangs trying to replace a FIFO   
 

  
 
 
 
 

 
Change By: 
 Josh Cooper  
 
 
Fix Version/s: 
 PUP 6.26.0  
 
 
Fix Version/s: 
 PUP 7.13.0  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.23952.1389949607000.17999.1638383280204%40Atlassian.JIRA.


Jira (PUP-1460) Puppet hangs trying to replace a FIFO

2021-12-01 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper commented on  PUP-1460  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Puppet hangs trying to replace a FIFO   
 

  
 
 
 
 

 
 Verified this works as expected:  
 
 
 
 
 $ mkfifo /tmp/boom  
 
 
 $ bx puppet apply <  
 
 
 file { "/tmp/boom": ensure => file, content => "Hello, World" }  
 
 
 EOT   
 
 
 Notice: Compiled catalog for localhost in environment production in 0.01 seconds  
 
 
 Warning: /Stage[main]/Main/File[/tmp/boom]: Could not back up file of type fifo  
 
 
 Notice: /Stage[main]/Main/File[/tmp/boom]/ensure: defined content as '{md5}82bb413746aee42f89dea2b59614f9ef'  
 
 
 Notice: Applied catalog in 0.02 seconds  
 
 
 $ cat /tmp/boom   
 
 
 Hello, World
  
 
 
 
   
 

  
 
 
 
 

 
 
 


Jira (PUP-1460) Puppet hangs trying to replace a FIFO

2021-12-01 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper commented on  PUP-1460  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Puppet hangs trying to replace a FIFO   
 

  
 
 
 
 

 
 Merged to 6.x in https://github.com/puppetlabs/puppet/commit/fec34e7abac631d344fd234b79d5534c944ccc62  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.23952.1389949607000.17993.1638382920044%40Atlassian.JIRA.


Jira (PDB-5336) Create migration 75 schema diff test

2021-12-01 Thread Austin Blatt (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Austin Blatt updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 PuppetDB /  PDB-5336  
 
 
  Create migration 75 schema diff test   
 

  
 
 
 
 

 
Change By: 
 Austin Blatt  
 
 
Story Points: 
 2  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.420124.1634664881000.17886.1638380940415%40Atlassian.JIRA.


Jira (PDB-5364) Enabling log-queries in 7.7.1 causes JSON serialization failures

2021-12-01 Thread Austin Blatt (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Austin Blatt updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 PuppetDB /  PDB-5364  
 
 
  Enabling log-queries in 7.7.1 causes JSON serialization failures   
 

  
 
 
 
 

 
Change By: 
 Austin Blatt  
 
 
Sprint: 
 HAHA/Grooming  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.423245.163664995.17869.1638380820100%40Atlassian.JIRA.


Jira (PDB-5375) Check builds, promote to PE (Puppet Platform 7.13.0)

2021-12-01 Thread Austin Blatt (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Austin Blatt updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 PuppetDB /  PDB-5375  
 
 
  Check builds, promote to PE (Puppet Platform 7.13.0)   
 

  
 
 
 
 

 
Change By: 
 Austin Blatt  
 
 
Story Points: 
 2  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.423547.1637014536000.17837.1638380520353%40Atlassian.JIRA.


Jira (PDB-5278) Grouping by a fact with a / in the name generates 500

2021-12-01 Thread Austin Blatt (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Austin Blatt updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 PuppetDB /  PDB-5278  
 
 
  Grouping by a fact with a / in the name generates 500   
 

  
 
 
 
 

 
Change By: 
 Austin Blatt  
 
 
Sprint: 
 HA 2021-09-22, HA 2021-10-06, HA 2021-10-20, HA 2021-11-03, HA 2021-11-17, HA 2021-12-01 , HA 2021-12-15  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.416232.1631899059000.17775.1638379980147%40Atlassian.JIRA.


Jira (PDB-5378) Don't traverse all reports when deactivating a node

2021-12-01 Thread Austin Blatt (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Austin Blatt updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 PuppetDB /  PDB-5378  
 
 
  Don't traverse all reports when deactivating a node   
 

  
 
 
 
 

 
Change By: 
 Austin Blatt  
 
 
Sprint: 
 HA 2021-12-01 , HA 2021-12-15  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.424200.1637182651000.17774.1638379980101%40Atlassian.JIRA.


Jira (PDB-5282) Empty certname in PuppetDB command data results in NullPointerException during startup

2021-12-01 Thread Austin Blatt (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Austin Blatt updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 PuppetDB /  PDB-5282  
 
 
  Empty certname in PuppetDB command data results in NullPointerException during startup   
 

  
 
 
 
 

 
Change By: 
 Austin Blatt  
 
 
Sprint: 
 HA 2021-10-20, HA 2021-11-03, HA 2021-11-17, HA 2021-12-01 , HA 2021-12-15  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.416719.1632261204000.1.1638379980241%40Atlassian.JIRA.


Jira (PDB-5327) Add configure workspaces command

2021-12-01 Thread Austin Blatt (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Austin Blatt updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 PuppetDB /  PDB-5327  
 
 
  Add configure workspaces command   
 

  
 
 
 
 

 
Change By: 
 Austin Blatt  
 
 
Sprint: 
 HA 2021-11-17, HA 2021-12-01 , HA 2021-12-15  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.419842.1634571219000.17778.1638379980285%40Atlassian.JIRA.


Jira (PDB-5336) Create migration 75 schema diff test

2021-12-01 Thread Austin Blatt (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Austin Blatt updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 PuppetDB /  PDB-5336  
 
 
  Create migration 75 schema diff test   
 

  
 
 
 
 

 
Change By: 
 Austin Blatt  
 
 
Sprint: 
 HA 2021-11-17, HA 2021-12-01 , HA 2021-12-15  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.420124.1634664881000.17776.1638379980193%40Atlassian.JIRA.


Jira (PUP-4020) Add a Like type to specify a type being the type of a resource parameter

2021-12-01 Thread David McTavish (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 David McTavish updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-4020  
 
 
  Add a Like type to specify a type being the type of a resource parameter   
 

  
 
 
 
 

 
Change By: 
 David McTavish  
 
 
Labels: 
 final_triage  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.68147.1424165564000.17690.1638377580554%40Atlassian.JIRA.


Jira (PUP-6776) document that all class and definition parameters are available as local variables (including meta parameters)

2021-12-01 Thread David McTavish (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 David McTavish updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-6776  
 
 
  document that all class and definition parameters are available as local variables (including meta parameters)   
 

  
 
 
 
 

 
Change By: 
 David McTavish  
 
 
Labels: 
 final_triage  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.154944.1475607344000.17689.1638377580503%40Atlassian.JIRA.


Jira (PUP-7033) Consider adding a StringScan Data Type that can Reuse Patterns

2021-12-01 Thread David McTavish (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 David McTavish updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-7033  
 
 
  Consider adding a StringScan Data Type that can Reuse Patterns   
 

  
 
 
 
 

 
Change By: 
 David McTavish  
 
 
Labels: 
 final_triage  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.167123.148215958.17680.1638377520341%40Atlassian.JIRA.


Jira (PUP-8370) puppet runs generate a misleading error when hiera-eyaml is configured but not installed

2021-12-01 Thread David McTavish (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 David McTavish updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-8370  
 
 
  puppet runs generate a misleading error when hiera-eyaml is configured but not installed   
 

  
 
 
 
 

 
Change By: 
 David McTavish  
 
 
Labels: 
 final_triage  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.231454.1516322658000.17669.1638377280323%40Atlassian.JIRA.


Jira (PUP-9968) Parser does not allow comma after last element in nested Variant Types

2021-12-01 Thread David McTavish (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 David McTavish updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-9968  
 
 
  Parser does not allow comma after last element in nested Variant Types   
 

  
 
 
 
 

 
Change By: 
 David McTavish  
 
 
Labels: 
 low-hanging-fruit  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.321496.1566301553000.17652.1638377040203%40Atlassian.JIRA.


Jira (PUP-5217) compile profiler metrics are incorrect

2021-12-01 Thread David McTavish (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 David McTavish updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-5217  
 
 
  compile profiler metrics are incorrect   
 

  
 
 
 
 

 
Change By: 
 David McTavish  
 
 
Labels: 
 final_triage  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.97394.1441840452000.17574.1638376080034%40Atlassian.JIRA.


Jira (PUP-3123) One "broken" exported/virtual resource causes all of the same type to fail

2021-12-01 Thread David McTavish (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 David McTavish assigned an issue to David McTavish  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Issue pending information for 3 years without an answer. Closing due to age & lack of priority  
 

  
 
 
 
 

 
 Puppet /  PUP-3123  
 
 
  One "broken" exported/virtual resource causes all of the same type to fail   
 

  
 
 
 
 

 
Change By: 
 David McTavish  
 
 
Assignee: 
 David McTavish  
 
 
Resolution: 
 Won't Fix  
 
 
Status: 
 Needs Information Closed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  

Jira (PUP-3180) Puppet should deprecate the use of CRLs and move towards OCSP

2021-12-01 Thread David McTavish (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 David McTavish updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-3180  
 
 
  Puppet should deprecate the use of CRLs and move towards OCSP   
 

  
 
 
 
 

 
Change By: 
 David McTavish  
 
 
Labels: 
 final_triage redmine  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.50154.1409832338000.17511.1638375360113%40Atlassian.JIRA.


Jira (PUP-3059) add support for crlDistributionPoint

2021-12-01 Thread David McTavish (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 David McTavish updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-3059  
 
 
  add support for crlDistributionPoint   
 

  
 
 
 
 

 
Change By: 
 David McTavish  
 
 
Labels: 
 final_triage  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.47820.140802916.17503.1638375240038%40Atlassian.JIRA.


Jira (PUP-2587) circular inheritance causes stack too deep error

2021-12-01 Thread David McTavish (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 David McTavish updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-2587  
 
 
  circular inheritance causes stack too deep error   
 

  
 
 
 
 

 
Change By: 
 David McTavish  
 
 
Labels: 
 final_triage  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.35836.1400244701000.17502.1638375180382%40Atlassian.JIRA.


Jira (PUP-355) how to run rspec-puppet with lookup a.k.a data in environment/modules

2021-12-01 Thread David McTavish (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 David McTavish updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-355  
 
 
  how to run rspec-puppet with lookup a.k.a data in environment/modules   
 

  
 
 
 
 

 
Change By: 
 David McTavish  
 
 
Labels: 
 final_triage  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.13.2#813002-sha1:c495a97)  
 
 

 
   
 

  
 

  
 

   





-- 
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.14888.1379534768000.17494.1638375000458%40Atlassian.JIRA.


Jira (PUP-11373) Server hangs after upgrade v6 -> v7

2021-12-01 Thread Pavel Sapezhka (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Pavel Sapezhka created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-11373  
 
 
  Server hangs after upgrade v6 -> v7   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Affects Versions: 
 PUP 7.12.0  
 
 
Assignee: 
 Unassigned  
 
 
Attachments: 
 env, ps_grafana.png, ps_mem.png, puppetserver-1.log, puppetserver.conf, threaddump.tdump  
 
 
Created: 
 2021/12/01 6:19 AM  
 
 
Environment: 
 Debian: 10 PuppetDB: 7.7.1 PuppetServer: 7.4.2 Agent: 7.12.1 JVM Report: awt.toolkit=sun.awt.X11.XToolkit com.sun.management.jmxremote= com.sun.management.jmxremote.authenticate=false com.sun.management.jmxremote.local._only_=false com.sun.management.jmxremote.port=9132 com.sun.management.jmxremote.rmi.port=9133 com.sun.management.jmxremote.ssl=false file.encoding=UTF-8 file.separator=/ java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment java.awt.printerjob=sun.print.PSPrinterJob java.class.path=/opt/puppetlabs/server/apps/puppetserver/puppet-server-release.jar:/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/facter.jar:/opt/puppetlabs/server/data/puppetserver/jars/* java.class.version=55.0 java.home=/usr/lib/jvm/java-11-openjdk-amd64 java.io.tmpdir=/tmp java.library.path=/usr/java/packages/lib:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib java.rmi.server.hostname=localhost java.rmi.server.randomIDs=true java.runtime.name=OpenJDK Runtime Environment java.runtime.version=11.0.12+7-post-Debian-2deb10u1 java.specification.name=Java Platform API Specification java.specification.vendor=Oracle Corporation java.specification.version=11 java.vendor=Debian java.vendor.url="" href="https://tracker.debian.org/openjdk-11" class="external-link" target="_blank" rel="nofollow noopener" style="color: #3b73af; text-decoration: none">https://tracker.debian.org/openjdk-11 java.vendor.url.bug=https://bugs.debian.org/openjdk-11 java.version=11.0.12 java.version.date=2021-07-20 java.vm.compressedOopsMode=Zero based java.vm.info=mixed mode, sharing java.vm.name=OpenJDK 64-Bit Server VM java.vm.specification.name=Java Virtual Machine Specification java.vm.specification.vendor=Oracle Corporation java.vm.specification.version=11 java.vm.vendor=Debian java.vm.version=11.0.12+7-post-Debian-2deb10u1 jdk.debug=release jdk.tls.ephemeralDHKeySize=matched jetty.git.hash=526006ecfa3af7f1a27ef3a288e2bef7ea9dd7e8 jruby.invokedynamic.yield=false jruby.logger.class=com.puppetlabs.jruby_utils.jruby.Slf4jLogger line.separator=\n os.arch=amd64 os.name=Linux