Jira (PUP-10105) regression: puppet resource --to_yaml should not emit puppet class tags

2019-10-16 Thread Josh Cooper (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper commented on  PUP-10105  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: regression: puppet resource --to_yaml should not emit puppet class tags   
 

  
 
 
 
 

 
 Thanks Thomas Hallgren. Couple of follow up questions: 
 
For Data, the PHashType#instance? and PArrayType#instance? methods protect against subclasses, but it looks like PScalarType and PScalarDataType don't, and need to be updated to call instance_of? rather than is_a?. 
What about Integer, Fixnum and Bignum? Prior to ruby 2.4, those are different, but related classes. I assume we do want to continuing checking is_a?(Integer) so it matches all 3? Or should Bignum not be an instance of PIntegerType? 
For RichData, it looks like most of the instance? methods will need to be updated, e.g. PBinaryType#instance? calls o.is_a?(Binary). 
I assume the assignable? logic can continue to use is_a?? For example, a derived String class (like ProcessOutput isn't an instance of PStringType but calling PStringType#assignable? should return true? 
  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





-- 
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 vis

Jira (PUP-10105) regression: puppet resource --to_yaml should not emit puppet class tags

2019-10-16 Thread Thomas Hallgren (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thomas Hallgren commented on  PUP-10105  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: regression: puppet resource --to_yaml should not emit puppet class tags   
 

  
 
 
 
 

 
 I think it makes sense to use instance_of? in all types that describe both Data and RichData. They must not include subclasses of anything. A subclass that wishes to participate in serialization needs to become a puppet type of some sort, typically an Object.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





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


Jira (PDB-4540) DNS_ALT_NAMES set by docker puppetdb >= 6.6.0

2019-10-16 Thread John Jeffers (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 John Jeffers commented on  PDB-4540  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: DNS_ALT_NAMES set by docker puppetdb >= 6.6.0   
 

  
 
 
 
 

 
 Still crashing for me on 6.7.1  
 
 
 
 
 puppetdb Running /docker-entrypoint.d/30-configure-ssl.sh  
 
 
 puppetdb (/ssl.sh) Using configuration values:  
 
 
 puppetdb (/ssl.sh) * CERTNAME: 'puppetdb' (/CN=puppetdb)  
 
 
 puppetdb (/ssl.sh) * DNS_ALT_NAMES: ''  
 
 
 puppetdb (/ssl.sh) * CA: 'https://puppet:8140/puppet-ca/v1'  
 
 
 puppetdb (/ssl.sh) * SSLDIR: '/opt/puppetlabs/server/data/puppetdb/certs'  
 
 
 puppetdb (/ssl.sh) * WAITFORCERT: '120' seconds  
 
 
 puppetdb subject=CN = Puppet CA: puppet-7bcd8b4474-p6fzk.puppet.svc.cluster.local  
 
 
 puppetdb issuer=CN = Puppet CA: puppet-7bcd8b4474-p6fzk.puppet.svc.cluster.local  
 
 
 puppetdb (/ssl.sh) Error: CA already has signed certificate for 'puppetdb'  
 
 
 
  Last version that works as expected is 6.5.0.    
 

  
 
 
 
 


Jira (PDB-4552) Add a pdb version check to ha-sync

2019-10-16 Thread Zachary Kent (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Zachary Kent created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 PuppetDB /  PDB-4552  
 
 
  Add a pdb version check to ha-sync   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Unassigned  
 
 
Created: 
 2019/10/16 2:46 PM  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 Zachary Kent  
 

  
 
 
 
 

 
 Add a check to pe-pdb ha-sync to prevent it from syncing with a pdb that's newer than itself. This is a guard against upgrades that change the format of the data used to decide what to sync. By only syncing with pdbs of the same version we can avoid issues where one pdb is upgraded before another in a way that causes sync to pull duplicate data.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
   

Jira (PDB-4551) Allow sync to be disabled via admin enpoint

2019-10-16 Thread Zachary Kent (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Zachary Kent created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 PuppetDB /  PDB-4551  
 
 
  Allow sync to be disabled via admin enpoint   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Unassigned  
 
 
Created: 
 2019/10/16 2:40 PM  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 Zachary Kent  
 

  
 
 
 
 

 
 It's sometimes necessary during upgrades to disable pe-puppetdb ha-sync to prevent an unupgraded pdb from pulling data from a pdb that's already received the upgrade. Not disabling sync while upgrading could cause the sync process to enqueue duplicate commands if we change how a hash that's used in the sync summary query is calculated.  We should create an admin endpoint that disables sync to guard against the case mentioned above. The command to disable sync should be able to persist across restarts. This could be accomplished by writing a file of the most recent disable-sync command the endpoint receives and then using that file to determine whether sync should be enabled during a restart, defaulting to sync enabled if the file isn't present. We should also add a way to query the status of sync to see if it is disabled. This will allow a client to check that the command to disable sync has been received and processed.  Also worth looking into a way to allow clients to tell if a sync is in flight as that could be an another issue with upgrades.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 


Jira (PUP-9323) Resolve Deferred values on demand instead of at catalog read time

2019-10-16 Thread Jorie Tappa (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jorie Tappa commented on  PUP-9323  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Resolve Deferred values on demand instead of at catalog read time   
 

  
 
 
 
 

 
 Reworking File has been a longtime wishlist item for us. Is this PR and implementation blocked by changes to File? Or should we implement for everything but the resources it won't currently work for as-is? I'm going to change this to "Needs Information" until we know what steps we're taking, since it seems it's not ready for merge based on some open questions.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





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


Jira (PUP-10105) regression: puppet resource --to_yaml should not emit puppet class tags

2019-10-16 Thread Henrik Lindberg (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Henrik Lindberg commented on  PUP-10105  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: regression: puppet resource --to_yaml should not emit puppet class tags   
 

  
 
 
 
 

 
 May not be the only place a change is needed since just doing it for Scalar means answers would be inconsistent - i.e. it would say it was a String (puppet data type) unless it also checks with instance_of. Same for the other similar types.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





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


Jira (PUP-10105) regression: puppet resource --to_yaml should not emit puppet class tags

2019-10-16 Thread Josh Cooper (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper commented on  PUP-10105  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: regression: puppet resource --to_yaml should not emit puppet class tags   
 

  
 
 
 
 

 
 This seems to work:  
 
 
 
 
 diff --git a/lib/puppet/pops/types/types.rb b/lib/puppet/pops/types/types.rb  
 
 
 index ad0c6b375b..2f29745656 100644  
 
 
 --- a/lib/puppet/pops/types/types.rb  
 
 
 +++ b/lib/puppet/pops/types/types.rb  
 
 
 @@ -1,3 +1,4 @@  
 
 
 +# coding: utf-8  
 
 
  require_relative 'iterable'  
 
 
  require_relative 'enumeration'  
 
 
  require_relative 'recursion_guard'  
 
 
 @@ -736,7 +737,7 @@ class PScalarDataType < PScalarType  
 
 
end  
 
 

 
 
def instance?(o, guard = nil)  
 
 
   

Jira (PUP-10105) regression: puppet resource --to_yaml should not emit puppet class tags

2019-10-16 Thread Josh Cooper (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-10105  
 
 
  regression: puppet resource --to_yaml should not emit puppet class tags   
 

  
 
 
 
 

 
Change By: 
 Josh Cooper  
 
 
Summary: 
 regression: puppet resource --to_yaml  regression  should not emit puppet class tags  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





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


Jira (PUP-10105) puppet resource --to_yaml regression

2019-10-16 Thread Henrik Lindberg (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Henrik Lindberg commented on  PUP-10105  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: puppet resource --to_yaml regression   
 

  
 
 
 
 

 
 Josh Cooper I suppose so, it is in the pops/serialization/to_data_converter.rb - but I don't know the best place to make the change without digging in. Problem if class is derived from Ruby String since is_a?(String) would return true. Thomas Hallgren may know more precisely...  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





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


Jira (BOLT-858) I want to apply a manifest remotely without a plan

2019-10-16 Thread Michael Smith (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Smith commented on  BOLT-858  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: I want to apply a manifest remotely without a plan   
 

  
 
 
 
 

 
 This issue is for a feature that has already been delivered. Issues with the feature should be filed as a new bug at https://github.com/puppetlabs/bolt/issues, or raised through other channels (Puppet community mailing lists or Slack).  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





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


Jira (PUP-10105) puppet resource --to_yaml regression

2019-10-16 Thread Josh Cooper (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper commented on  PUP-10105  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: puppet resource --to_yaml regression   
 

  
 
 
 
 

 
 Henrik Lindberg we recently changed puppet resource --to_yaml to use Puppet::Resource#to_data_hash, which uses pops serialization, and then we call YAML.dump on that. It appears the mysql module generates Puppet::Resource instances whose attributes contain the result of running Puppet::Util::Execution::ProcessOutput objects. Note those objects extend ruby String, which is a hack we added so that we didn't have to change the Puppet::Util::Execution API. My question is can pops serialization detect that class and emit the to_s version, and possibly warn?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





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


Jira (PUP-10105) puppet resource --to_yaml regression

2019-10-16 Thread Iain Buclaw (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Iain Buclaw commented on  PUP-10105  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: puppet resource --to_yaml regression   
 

  
 
 
 
 

 
 Ah, I did not see that you responded in parallel.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





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


Jira (PUP-10105) puppet resource --to_yaml regression

2019-10-16 Thread Iain Buclaw (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Iain Buclaw commented on  PUP-10105  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: puppet resource --to_yaml regression   
 

  
 
 
 
 

 
 In the function `to_data_hash`  
 
 
 
 
 params = {}  
 
 
 self.to_hash.each_pair do |param, value|  
 
 
   # Don't duplicate the title as the namevar  
 
 
   unless param == namevar && value == title  
 
 
 params[param.to_s] = Puppet::Resource.value_to_json_data(value)  
 
 
   end  
 
 
 end
  
 
 
 
  Replacing the params setting with the following gets us closer to what we'd expect.  
 
 
 
 
 params[param.to_s] = Puppet::Resource.value_to_json_data(Puppet::Parameter.format_value_for_display(value))  
 
 
 
  Output:  
 
 
 
 
 mysql_database:  
 
 
   PERCONA_SCHEMA:  

Jira (PUP-10105) puppet resource --to_yaml regression

2019-10-16 Thread Josh Cooper (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper commented on  PUP-10105  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: puppet resource --to_yaml regression   
 

  
 
 
 
 

 
 The output is syntactically valid YAML (as it's generated using YAML.dump). But the serialized ProcessOutput class is unexpected, and will cause failures when trying to parse the YAML from another language or in ruby if the puppet classes are not loaded:  
 
 
 
 
 # cat out.yaml  
 
 
 mysql_database:  
 
 
   PERCONA_SCHEMA:  
 
 
 ensure: present  
 
 
 charset: !ruby/string:Puppet::Util::Execution::ProcessOutput utf8  
 
 
 collate: !ruby/string:Puppet::Util::Execution::ProcessOutput utf8_general_ci  
 
 
 # /opt/puppetlabs/puppet/bin/ruby -ryaml -e "puts YAML.load_file('out.yaml')"  
 
 
 Traceback (most recent call last):  
 
 
 	43: from -e:1:in `'  
 
 
 	42: from /opt/puppetlabs/puppet/lib/ruby/2.5.0/psych.rb:497:in `load_file'  
 
 
 	  
 
 
 	 1: from /opt/puppetlabs/puppet/lib/ruby/2.5.0/psych/class_loader.rb:54:in `resolve'  
 
 

Jira (PUP-10105) puppet resource --to_yaml regression

2019-10-16 Thread Iain Buclaw (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Iain Buclaw commented on  PUP-10105  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: puppet resource --to_yaml regression   
 

  
 
 
 
 

 
 Josh Cooper -  To reproduce: /opt/puppetlabs/bin/puppet resource --to_yaml mysql_database. The mysql module installed is puppetlabs-mysql 10.2.0.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





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


Jira (PUP-10105) puppet resource --to_yaml regression

2019-10-16 Thread Josh Cooper (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-10105  
 
 
  puppet resource --to_yaml regression   
 

  
 
 
 
 

 
Change By: 
 Josh Cooper  
 

  
 
 
 
 

 
 From https://tickets.puppetlabs.com/browse/PUP-7808?focusedCommentId=693345&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-693345 It seems we This change caused a regression. The option --to_yaml no longer generates syntactically valid YAML.Before pull request #7718:{code:java}mysql_database:  PERCONA_SCHEMA:ensure : ' re outputting symbols and present'charset: 'utf8'collate: 'utf8_general_ci'{code}After pull request #7718:{code:java}mysql_database:  PERCONA_SCHEMA:ensure: presentcharset: !  ruby  class tags /string:Puppet::Util::Execution::ProcessOutput utf8collate: !ruby/string:Puppet::Util::Execution::ProcessOutput utf8_general_ci{code}  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe fr

Jira (PUP-7808) puppet resource <...> --to_yaml mishandles structured resource values

2019-10-16 Thread Josh Cooper (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper commented on  PUP-7808  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: puppet resource <...> --to_yaml mishandles structured resource values   
 

  
 
 
 
 

 
 Thanks Iain Buclaw. I filed a new ticket PUP-10105. Can you comment how you're are generating that output on the new ticket, including which version of the mysql module you're using?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





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


Jira (PUP-10105) puppet resource --to_yaml regression

2019-10-16 Thread Josh Cooper (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-10105  
 
 
  puppet resource --to_yaml regression   
 

  
 
 
 
 

 
Change By: 
 Josh Cooper  
 
 
Team: 
 Coremunity  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





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


Jira (PUP-10105) puppet resource --to_yaml regression

2019-10-16 Thread Josh Cooper (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-10105  
 
 
  puppet resource --to_yaml regression   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Created: 
 2019/10/16 8:15 AM  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 Josh Cooper  
 

  
 
 
 
 

 
 From https://tickets.puppetlabs.com/browse/PUP-7808?focusedCommentId=693345&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-693345 It seems we're outputting symbols and ruby class tags  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
 

Jira (PUP-7808) puppet resource <...> --to_yaml mishandles structured resource values

2019-10-16 Thread Iain Buclaw (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Iain Buclaw commented on  PUP-7808  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: puppet resource <...> --to_yaml mishandles structured resource values   
 

  
 
 
 
 

 
 This change caused a regression. The option --to_yaml no longer generates syntactically valid YAML.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





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


Jira (PUP-10102) Systemd provider is not correctly selected on Alpine Linux

2019-10-16 Thread Mihai Buzgau (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mihai Buzgau commented on  PUP-10102  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Systemd provider is not correctly selected on Alpine Linux   
 

  
 
 
 
 

 
 I've also tested pdk unit tests using the docker image we provide: puppet/puppet-dev-tools:0.5 (centos 7). This image has: PDK version 1.13.0 Puppet Version: 6.8.1 The tests for pupppetlabs-motd module passed:  
 
 
 
 
 [root@a59b05e8fca9 puppetlabs-motd-master]# pdk test unit  
 
 
 pdk (WARN): This module is compatible with an older version of PDK. Run `pdk update` to update it to your version of PDK.  
 
 
 pdk (INFO): Using Ruby 2.5.3  
 
 
 pdk (INFO): Using Puppet 6.8.1  
 
 
 [✔] Installing missing Gemfile dependencies.  
 
 
 [✔] Preparing to run the unit tests.  
 
 
 [✔] Running unit tests.  
 
 
 Run options: exclude {:bolt=>true}  
 
 
   Evaluated 26 tests in 4.5599529 seconds: 0 failures, 0 pending.  
 
 
    
 
 
 Total resources:   6  
 
 
 Touched resources: 6  
 
 

Jira (FACT-1959) Investigate if we can migrate/integrate assembly in ruby

2019-10-16 Thread Oana Tanasoiu (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oana Tanasoiu assigned an issue to Oana Tanasoiu  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-1959  
 
 
  Investigate if we can migrate/integrate assembly in ruby   
 

  
 
 
 
 

 
Change By: 
 Oana Tanasoiu  
 
 
Assignee: 
 Oana Tanasoiu  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





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


Jira (PUP-10059) Puppet won't install (some) packages with ensure => held

2019-10-16 Thread Ciprian Badescu (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ciprian Badescu assigned an issue to Ciprian Badescu  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-10059  
 
 
  Puppet won't install (some) packages with ensure => held   
 

  
 
 
 
 

 
Change By: 
 Ciprian Badescu  
 
 
Assignee: 
 Ciprian Badescu  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





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


Jira (PUP-10102) Systemd provider is not correctly selected on Alpine Linux

2019-10-16 Thread Mihai Buzgau (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mihai Buzgau commented on  PUP-10102  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Systemd provider is not correctly selected on Alpine Linux   
 

  
 
 
 
 

 
 Hi Tomasz Wolbach, Can you please provide the module that you are testing?  I was able to successfully run the tests on inifile module with: PDK version: 1.14.0 Puppet Version: 6.10.1 On alipne docker image.  
 
 
 
 
 ~/mod/puppetlabs-motd # pdk test unit  
 
 
 pdk (WARN): This module is compatible with an older version of PDK. Run `pdk update` to update it to your version of PDK.  
 
 
 pdk (INFO): Using Ruby 2.4.6  
 
 
 pdk (INFO): Using Puppet 6.10.1  
 
 
 [✔] Installing missing Gemfile dependencies.  
 
 
 [✔] Preparing to run the unit tests.  
 
 
 /usr/bin/ruby -I/root/.pdk/cache/ruby/2.4.0/gems/rspec-core-3.9.0/lib:/root/.pdk/cache/ruby/2.4.0/gems/rspec-support-3.9.0/lib /root/.pdk/cache/ruby/2.4.0/gems/rspec-core-3.9.0/exe/rspec --pattern spec/\{aliases,classes,defines,functions,hosts,integration,plans,tasks,type_aliases,types,unit\}/\*\*/\*_spec.rb  
 
 
 Run options: exclude {:bolt=>true}  
 
 
    
 
 
 motd  
 
 
   On a non-linux system  
 
 
 

Jira (FACT-2078) Implement aio_agent_version fact.

2019-10-16 Thread Gheorghe Campean (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Gheorghe Campean created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2078  
 
 
  Implement aio_agent_version fact.   
 

  
 
 
 
 

 
Issue Type: 
  Task  
 
 
Assignee: 
 Gheorghe Campean  
 
 
Created: 
 2019/10/16 5:08 AM  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 Gheorghe Campean  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





-- 
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.329719.157

Jira (FACT-2077) Implement kernelrelease fact.

2019-10-16 Thread Gheorghe Campean (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Gheorghe Campean created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2077  
 
 
  Implement kernelrelease fact.   
 

  
 
 
 
 

 
Issue Type: 
  Task  
 
 
Assignee: 
 Gheorghe Campean  
 
 
Created: 
 2019/10/16 3:54 AM  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 Gheorghe Campean  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





-- 
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.329718.1571223

Jira (FACT-2076) Implement kernelversion fact.

2019-10-16 Thread Gheorghe Campean (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Gheorghe Campean created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2076  
 
 
  Implement kernelversion fact.   
 

  
 
 
 
 

 
Issue Type: 
  Task  
 
 
Assignee: 
 Gheorghe Campean  
 
 
Created: 
 2019/10/16 2:42 AM  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 Gheorghe Campean  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





-- 
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.329711.1571218

Jira (PUP-10102) Systemd provider is not correctly selected on Alpine Linux

2019-10-16 Thread Tomasz Wolbach (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tomasz Wolbach commented on  PUP-10102  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Systemd provider is not correctly selected on Alpine Linux   
 

  
 
 
 
 

 
 Yes, indeed. I forgot to mention that testing is done in the docker and this is the main problem. I made some tests with two docker images: - puppet/puppet-dev-tools:0.5 (centos 7) 
 
alpine and it fails on both with pdk test unit --puppet-version=6.8.0 (or higher). Tests with puppet-version=6.7.2 (od lower) are passing ok. In docker images /proc/1/comm is set to "tail".    https://github.com/puppetlabs/puppet/commit/c2ccdd4efe8ffc4a721ab47c88a834158a37251e   
  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





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


Jira (FACT-1966) Facter depends on unstable libwhereami release

2019-10-16 Thread Mihai Buzgau (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mihai Buzgau updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-1966  
 
 
  Facter depends on unstable libwhereami release   
 

  
 
 
 
 

 
Change By: 
 Mihai Buzgau  
 
 
Sprint: 
 PR - Triage , PR - Triage  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





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


Jira (PUP-10057) User resource on Windows confuses domain and local accounts

2019-10-16 Thread Mihai Buzgau (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mihai Buzgau updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-10057  
 
 
  User resource on Windows confuses domain and local accounts   
 

  
 
 
 
 

 
Change By: 
 Mihai Buzgau  
 
 
Sprint: 
 PR - Triage , PR - Triage  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





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


Jira (FACT-1991) Add Product Version to dmi Fact

2019-10-16 Thread Mihai Buzgau (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mihai Buzgau updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-1991  
 
 
  Add Product Version to dmi Fact   
 

  
 
 
 
 

 
Change By: 
 Mihai Buzgau  
 
 
Sprint: 
 PR - Triage , PR - Triage  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





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


Jira (PUP-9963) The 'value' field of 'selboolean' should accept Booleans

2019-10-16 Thread Mihai Buzgau (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mihai Buzgau updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-9963  
 
 
  The 'value' field of 'selboolean' should accept Booleans   
 

  
 
 
 
 

 
Change By: 
 Mihai Buzgau  
 
 
Sprint: 
 PR - Triage , PR - Triage  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





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


Jira (PUP-10059) Puppet won't install (some) packages with ensure => held

2019-10-16 Thread Mihai Buzgau (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mihai Buzgau updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-10059  
 
 
  Puppet won't install (some) packages with ensure => held   
 

  
 
 
 
 

 
Change By: 
 Mihai Buzgau  
 
 
Sprint: 
 PR - Triage , PR - Triage  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





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


Jira (FACT-1934) Add OpenSSH host keys to core facts for Windows

2019-10-16 Thread Mihai Buzgau (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mihai Buzgau updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-1934  
 
 
  Add OpenSSH host keys to core facts for Windows   
 

  
 
 
 
 

 
Change By: 
 Mihai Buzgau  
 
 
Sprint: 
 PR - Triage , PR - Triage  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





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


Jira (PUP-9957) puppet apply command fails when external modules are installed

2019-10-16 Thread Mihai Buzgau (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mihai Buzgau updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-9957  
 
 
  puppet apply command fails when external modules are installed   
 

  
 
 
 
 

 
Change By: 
 Mihai Buzgau  
 
 
Sprint: 
 PR - Triage , PR - Triage  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





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


Jira (FACT-2059) premature loading of module-provided facts under `-p`

2019-10-16 Thread Mihai Buzgau (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mihai Buzgau updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2059  
 
 
  premature loading of module-provided facts under `-p`   
 

  
 
 
 
 

 
Change By: 
 Mihai Buzgau  
 
 
Story Points: 
 5  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





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


Jira (FACT-2059) premature loading of module-provided facts under `-p`

2019-10-16 Thread Mihai Buzgau (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mihai Buzgau updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2059  
 
 
  premature loading of module-provided facts under `-p`   
 

  
 
 
 
 

 
Change By: 
 Mihai Buzgau  
 
 
Sprint: 
 PR NW  -  Triage  2019-10-30  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





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


Jira (FACT-2054) Facter::Core::Execution.execute incorrectly expands shell builtins

2019-10-16 Thread Mihai Buzgau (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mihai Buzgau updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2054  
 
 
  Facter::Core::Execution.execute incorrectly expands shell builtins   
 

  
 
 
 
 

 
Change By: 
 Mihai Buzgau  
 
 
Sprint: 
 PR NW  -  Triage  2019-10-30  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





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


Jira (FACT-2054) Facter::Core::Execution.execute incorrectly expands shell builtins

2019-10-16 Thread Mihai Buzgau (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mihai Buzgau updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2054  
 
 
  Facter::Core::Execution.execute incorrectly expands shell builtins   
 

  
 
 
 
 

 
Change By: 
 Mihai Buzgau  
 
 
Story Points: 
 5  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





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


Jira (PUP-10030) Update Public-facing Puppet docs to include CentOS 8 (amd64)

2019-10-16 Thread Mihai Buzgau (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mihai Buzgau updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-10030  
 
 
  Update Public-facing Puppet docs to include CentOS 8 (amd64)   
 

  
 
 
 
 

 
Change By: 
 Mihai Buzgau  
 
 
Sprint: 
 NW - 2019-10-30  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





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


Jira (PUP-10030) Update Public-facing Puppet docs to include CentOS 8 (amd64)

2019-10-16 Thread Mihai Buzgau (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mihai Buzgau updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-10030  
 
 
  Update Public-facing Puppet docs to include CentOS 8 (amd64)   
 

  
 
 
 
 

 
Change By: 
 Mihai Buzgau  
 
 
Story Points: 
 1  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





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


Jira (FACT-2065) Add support for FIPS fact on Windows

2019-10-16 Thread Mihai Buzgau (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mihai Buzgau updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2065  
 
 
  Add support for FIPS fact on Windows   
 

  
 
 
 
 

 
Change By: 
 Mihai Buzgau  
 
 
Story Points: 
 2  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





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


Jira (FACT-2065) Add support for FIPS fact on Windows

2019-10-16 Thread Mihai Buzgau (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mihai Buzgau updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2065  
 
 
  Add support for FIPS fact on Windows   
 

  
 
 
 
 

 
Change By: 
 Mihai Buzgau  
 
 
Sprint: 
 PR NW  -  Triage  2019-10-30  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





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


Jira (PUP-9562) User resource does not respect forcelocal for the comment parameter

2019-10-16 Thread Mihai Buzgau (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mihai Buzgau updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-9562  
 
 
  User resource does not respect forcelocal for the comment parameter   
 

  
 
 
 
 

 
Change By: 
 Mihai Buzgau  
 
 
Sprint: 
 NW - 2019-10-16 , NW - 2019-10-30  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





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


Jira (PUP-10023) Expand the apt provider to support virtual packages

2019-10-16 Thread Mihai Buzgau (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mihai Buzgau updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-10023  
 
 
  Expand the apt provider to support virtual packages   
 

  
 
 
 
 

 
Change By: 
 Mihai Buzgau  
 
 
Sprint: 
 NW - 2019-09-18, NW - 2019-10-02, NW - 2019-10-16 , NW - 2019-10-30  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





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


Jira (PUP-9465) group resource type misunderstands/misuses libuser

2019-10-16 Thread Mihai Buzgau (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mihai Buzgau updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-9465  
 
 
  group resource type misunderstands/misuses libuser   
 

  
 
 
 
 

 
Change By: 
 Mihai Buzgau  
 
 
Sprint: 
 NW - 2019-08-21, NW - 2019-09-03, NW - 2019-09-18, NW - 2019-10-02, NW - 2019-10-16 , NW - 2019-10-30  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





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


Jira (PUP-9471) User management fails on MacOS 10.14 (Mojave)

2019-10-16 Thread Mihai Buzgau (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mihai Buzgau updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-9471  
 
 
  User management fails on MacOS 10.14 (Mojave)   
 

  
 
 
 
 

 
Change By: 
 Mihai Buzgau  
 
 
Sprint: 
 PR - 2019-03-06, NW - 2019-10-02, NW - 2019-10-16 , NW - 2019-10-30  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





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


Jira (PUP-9719) Cannot run Puppet Agent as Administrator if first PA run is done as System

2019-10-16 Thread Mihai Buzgau (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mihai Buzgau updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-9719  
 
 
  Cannot run Puppet Agent as Administrator if first PA run is done as System   
 

  
 
 
 
 

 
Change By: 
 Mihai Buzgau  
 
 
Sprint: 
 PR - 2019-06-25, PR - 2019-07-10, PR - 2019-07-23, NW - 2019-08-07, NW - 2019-08-21, NW - 2019-09-03, NW - 2019-09-18, NW - 2019-10-02, NW - 2019-10-16 , NW - 2019-10-30  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





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


Jira (PUP-9041) AIX nim provider can't be used on a NIM master

2019-10-16 Thread Mihai Buzgau (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mihai Buzgau updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-9041  
 
 
  AIX nim provider can't be used on a NIM master   
 

  
 
 
 
 

 
Change By: 
 Mihai Buzgau  
 
 
Sprint: 
 NW - 2019-08-07, NW - 2019-08-21, NW - 2019-09-03, NW - 2019-09-18, NW - 2019-10-02, NW - 2019-10-16 , NW - 2019-10-30  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





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


Jira (PUP-9978) dnf package provider should support modularity streams

2019-10-16 Thread Mihai Buzgau (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mihai Buzgau updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-9978  
 
 
  dnf package provider should support modularity streams   
 

  
 
 
 
 

 
Change By: 
 Mihai Buzgau  
 
 
Sprint: 
 NW - 2019-10-02, NW - 2019-10-16 , NW - 2019-10-30  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





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


Jira (FACT-2016) Add the scope of found ipv6 addresses (global/linklocal/...) as a fact

2019-10-16 Thread Mihai Buzgau (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mihai Buzgau updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2016  
 
 
  Add the scope of found ipv6 addresses (global/linklocal/...) as a fact   
 

  
 
 
 
 

 
Change By: 
 Mihai Buzgau  
 
 
Sprint: 
 NW - 2019-10-02, NW - 2019-10-16 , NW - 2019-10-30  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





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


Jira (PUP-10017) Collapse dependency failures into Class level failures

2019-10-16 Thread Mihai Buzgau (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mihai Buzgau updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-10017  
 
 
  Collapse dependency failures into Class level failures   
 

  
 
 
 
 

 
Change By: 
 Mihai Buzgau  
 
 
Sprint: 
 NW - 2019-10-02, NW - 2019-10-16 , NW - 2019-10-30  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





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


Jira (PUP-10021) User resource always reports password changed when account disabled for Win 2012 R2

2019-10-16 Thread Mihai Buzgau (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mihai Buzgau updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-10021  
 
 
  User resource always reports password changed when account disabled for Win 2012 R2   
 

  
 
 
 
 

 
Change By: 
 Mihai Buzgau  
 
 
Sprint: 
 NW - 2019-10-16 , NW - 2019-10-30  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





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


Jira (PUP-9999) Puppet::Type.type('yumrepo') wrongly reports enabled repo

2019-10-16 Thread Mihai Buzgau (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mihai Buzgau updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-  
 
 
  Puppet::Type.type('yumrepo') wrongly reports enabled repo   
 

  
 
 
 
 

 
Change By: 
 Mihai Buzgau  
 
 
Sprint: 
 NW - 2019-10-02, NW - 2019-10-16 , NW - 2019-10-30  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





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


Jira (PUP-1537) Dpkg package provider misbehaving for held package with specific version

2019-10-16 Thread Mihai Buzgau (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mihai Buzgau updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-1537  
 
 
  Dpkg package provider misbehaving for held package with specific version   
 

  
 
 
 
 

 
Change By: 
 Mihai Buzgau  
 
 
Sprint: 
 NW - 2019-10-16 , NW - 2019-10-30  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





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