Jira (PUP-10790) user provider with uid/gid as Integer raises warning

2020-11-20 Thread Peter Meier (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Peter Meier commented on  PUP-10790  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: user provider with uid/gid as Integer raises warning   
 

  
 
 
 
 

 
 Same thing happens on exec, when user is a uid:    
 
 
 
 
  /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/type/exec.rb:599: warning: deprecated Object#=~ is called on Integer; it always returns nil
  
 
 
 
   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.379059.1605916728000.84681.1605917100025%40Atlassian.JIRA.


Jira (PUP-10790) user provider with uid/gid as Integer raises warning

2020-11-20 Thread Peter Meier (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Peter Meier created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-10790  
 
 
  user provider with uid/gid as Integer raises warning   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Affects Versions: 
 PUP 7.0.0  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 Types and Providers  
 
 
Created: 
 2020/11/20 3:58 PM  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 Peter Meier  
 

  
 
 
 
 

 
    
 
 
 
 
  # cat foo.pp   
 
 
 user { 'user1':  
 
 
   ensure => 'present',  
 
 
   gid=> 10008,  
 
 
   groups => ['bla'],  
 
 
  

Jira (FACT-2871) Regression: interfaces without an ipaddress assigned are not anymore reported

2020-11-20 Thread Peter Meier (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Peter Meier updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2871  
 
 
  Regression: interfaces without an ipaddress assigned are not anymore reported   
 

  
 
 
 
 

 
Change By: 
 Peter Meier  
 
 
Priority: 
 Normal Blocker  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.379055.160591045.84655.1605915060036%40Atlassian.JIRA.


Jira (FACT-2871) Regression: interfaces without an ipaddress assigned are not anymore reported

2020-11-20 Thread Peter Meier (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Peter Meier commented on  FACT-2871  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Regression: interfaces without an ipaddress assigned are not anymore reported   
 

  
 
 
 
 

 
  
 
 
 
 
 irb$ File.readlines('/proc/net/dev').reject{|l| l=~/\|/ }.map{|l| l.split(':',2).first.strip }.sort.join(',')  
 
 
 => "br0,br1,eno1,enp3s0f1,lo,virbr0,virbr0-nic,vnet0,vnet1,vnet10,vnet11,vnet12,vnet13,vnet14,vnet15,vnet17,vnet2,vnet3,vnet4,vnet5,vnet6,vnet7,vnet8,vnet9"
  
 
 
 
  vs.  
 
 
 
 
  # puppet facts show interfaces  
 
 
 {  
 
 
   "interfaces": "br1,lo,virbr0"  
 
 
 }
  
 
 
 
     
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 

Jira (FACT-2871) Regression: interfaces without an ipaddress assigned are not anymore reported

2020-11-20 Thread Peter Meier (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Peter Meier created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2871  
 
 
  Regression: interfaces without an ipaddress assigned are not anymore reported   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 Facter 4  
 
 
Created: 
 2020/11/20 2:14 PM  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 Peter Meier  
 

  
 
 
 
 

 
 In puppet-agent 7.0.0 interfaces without an ipaddress are not anymore reported in $facts['interfaces'] and also in no other fact.   Facter should report all interfaces somewhere.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian 

Jira (FACT-2870) Can't run puppet on machines with VLANs as facts are failing

2020-11-20 Thread Peter Meier (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Peter Meier created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2870  
 
 
  Can't run puppet on machines with VLANs as facts are failing   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 Facter 4  
 
 
Created: 
 2020/11/20 1:58 PM  
 
 
Priority: 
  Blocker  
 
 
Reporter: 
 Peter Meier  
 

  
 
 
 
 

 
 Puppet 7.0.0 can't run on machines with VLANs configured, as facter is failing with:    
 
 
 
 
 # puppet agent -t --noop  
 
 
 Info: Using configured environment 'production'  
 
 
 Info: Retrieving pluginfacts  
 
 
 Info: Retrieving plugin  
 
 
 Info: Loading facts  
 
 
 Error: Could not retrieve local facts: undefined method `bury' for ":::::":String  
  

Jira (PUP-10789) puppet6-release-focal.deb is broken

2020-11-20 Thread Travis L. Bean (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Travis L. Bean created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-10789  
 
 
  puppet6-release-focal.deb is broken
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Created: 
 2020/11/20 11:34 AM  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 Travis L. Bean  
 

  
 
 
 
 

 
 The apt.puppetlabs.com/puppet6-release-focal.deb package does not install a valid list file in /etc/apt/sources.list.d. This is an ongoing problem with broken packages. All packages located at apt.puppetlabs.com need to be verified.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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


Jira (PUP-10788) Installlation conflict occurs between puppet-master-passenger and puppdb.

2020-11-20 Thread Travis L. Bean (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Travis L. Bean created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-10788  
 
 
  Installlation conflict occurs between puppet-master-passenger and puppdb.   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Created: 
 2020/11/20 11:31 AM  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 Travis L. Bean  
 

  
 
 
 
 

 
 The installation of puppet-master-passenger fails when installed at the same time puppetdb is installed. I found a workaround by installing puppetdb first, followed by puppet-master-passenger. This installation conflict never occurred in the past when I installed puppetmaster-passenger and puppetdb at the same time on Ubuntu 16.04. The software mirror I used for successful installation was obtained from apt.puppetlabs.com/puppetlabs-release-pc1-xenial.deb. This installation conflict started with the new puppet-master-passenger package obtained from apt.puppetlabs.com/puppet6-release-bionic.deb.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 

Jira (PUP-10786) Puppet Node Clean action's LoggerIO needs to implement `warn`

2020-11-20 Thread Justin Stoller (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Justin Stoller updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-10786  
 
 
  Puppet Node Clean action's LoggerIO needs to implement `warn`   
 

  
 
 
 
 

 
Change By: 
 Justin Stoller  
 
 
Method Found: 
 Needs Assessment Automated Test  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.378889.1605805593000.84258.1605896040029%40Atlassian.JIRA.


Jira (FACT-2869) Puppet 7.0.0 facter changes is_virtual fact to string (from boolean)

2020-11-20 Thread Mihai Buzgau (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mihai Buzgau commented on  FACT-2869  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Puppet 7.0.0 facter changes is_virtual fact to string (from boolean)   
 

  
 
 
 
 

 
 fixed in https://github.com/puppetlabs/facter/pull/2193  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.378976.160585180.84133.1605891480031%40Atlassian.JIRA.


Jira (PUP-10778) User resource is not idempotent on AIX

2020-11-20 Thread Jarret Lavallee (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jarret Lavallee updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-10778  
 
 
  User resource is not idempotent on AIX   
 

  
 
 
 
 

 
Change By: 
 Jarret Lavallee  
 
 
Release Notes: 
 Bug Fix  
 
 
Release Notes Summary: 
 The AIX user resource now allows for `password` lines with arbitrary whitespace in the `passwd` file.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.377931.1605112736000.83977.1605884820026%40Atlassian.JIRA.


Jira (FACT-2869) Puppet 7.0.0 facter changes is_virtual fact to string (from boolean)

2020-11-20 Thread Bogdan Irimie (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Bogdan Irimie updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2869  
 
 
  Puppet 7.0.0 facter changes is_virtual fact to string (from boolean)   
 

  
 
 
 
 

 
Change By: 
 Bogdan Irimie  
 
 
Sub-team: 
 ghost  
 
 
Team: 
 Night's Watch  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.378976.160585180.83970.1605883260053%40Atlassian.JIRA.


Jira (FACT-2869) Puppet 7.0.0 facter changes is_virtual fact to string (from boolean)

2020-11-20 Thread Bogdan Irimie (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Bogdan Irimie updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2869  
 
 
  Puppet 7.0.0 facter changes is_virtual fact to string (from boolean)   
 

  
 
 
 
 

 
Change By: 
 Bogdan Irimie  
 
 
Sprint: 
 ghost 25.11  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.378976.160585180.83972.1605883260143%40Atlassian.JIRA.


Jira (FACT-2869) Puppet 7.0.0 facter changes is_virtual fact to string (from boolean)

2020-11-20 Thread Bogdan Irimie (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Bogdan Irimie assigned an issue to Oana Tanasoiu  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2869  
 
 
  Puppet 7.0.0 facter changes is_virtual fact to string (from boolean)   
 

  
 
 
 
 

 
Change By: 
 Bogdan Irimie  
 
 
Assignee: 
 Oana Tanasoiu  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.378976.160585180.83971.1605883260100%40Atlassian.JIRA.