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

2020-01-23 Thread George Mrejea (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 George Mrejea assigned an issue to George Mrejea  
 

  
 
 
 
 

 
 
  
 
 
 
 

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

  
 
 
 
 

 
Change By: 
 George Mrejea  
 
 
Assignee: 
 George Mrejea  
 

  
 
 
 
 

 
 
 

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


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

2020-01-15 Thread George Mrejea (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 George Mrejea commented on  FACT-2054  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Facter::Core::Execution.execute incorrectly expands shell builtins   
 

  
 
 
 
 

 
 Jean Bond This ticket modifies existing API by adding an optional parameter, allowing users to use shell builtin commands as first command in custom fact creation. For example, minimal custom fact comprise  
 
 
 
 
 #!/opt/puppetlabs/puppet/bin/ruby  
 
 
 require 'facter'  
 
 
 Facter::Core::Execution.execute('first_command parameters && second_command parameters ')
  
 
 
 
  By default, puppet expands `first_command` to absolute path, searching first_command in a list of directories. On Linux platform, users can use in place of `first_command` a shell builtin command. Builtin commands are contained within the shell itself, therefore do not have an absolute path. The shell executes the command directly, without invoking another program. By placing {:expand => false}, user change default behaviour and expansion to an absolute path is stopped, and custom fact will execute successfully. ```Facter::Core::Execution.execute('first_command parameters && second_command parameters ', {:expand => false}) ``` If user does not use {:expand => false}, it is equivalent to {:expand => true}, and `first_command` will be expanded to a non existent absolute path, and custom fact will fail.  Before users where forced to use as workaround a dummy command 'true' in place of `first_command`.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
   

Jira (FACT-2244) identity fact for Fedora

2019-12-24 Thread George Mrejea (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 George Mrejea assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2244  
 
 
  identity fact for Fedora   
 

  
 
 
 
 

 
Change By: 
 George Mrejea  
 
 
Assignee: 
 George Mrejea  
 

  
 
 
 
 

 
 
 

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


Jira (FACT-2199) augeas fact for OSX

2019-12-24 Thread George Mrejea (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 George Mrejea assigned an issue to George Mrejea  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2199  
 
 
  augeas fact for OSX   
 

  
 
 
 
 

 
Change By: 
 George Mrejea  
 
 
Assignee: 
 George Mrejea  
 

  
 
 
 
 

 
 
 

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


Jira (FACT-2244) identity fact for Fedora

2019-12-24 Thread George Mrejea (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 George Mrejea assigned an issue to George Mrejea  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2244  
 
 
  identity fact for Fedora   
 

  
 
 
 
 

 
Change By: 
 George Mrejea  
 
 
Assignee: 
 George Mrejea  
 

  
 
 
 
 

 
 
 

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


Jira (FACT-2213) processors fact for OSX

2019-12-19 Thread George Mrejea (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 George Mrejea assigned an issue to George Mrejea  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2213  
 
 
  processors fact for OSX   
 

  
 
 
 
 

 
Change By: 
 George Mrejea  
 
 
Assignee: 
 George Mrejea  
 

  
 
 
 
 

 
 
 

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


Jira (FACT-2224) identity fact for AIX

2019-12-17 Thread George Mrejea (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 George Mrejea assigned an issue to George Mrejea  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2224  
 
 
  identity fact for AIX   
 

  
 
 
 
 

 
Change By: 
 George Mrejea  
 
 
Assignee: 
 George Mrejea  
 

  
 
 
 
 

 
 
 

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


Jira (FACT-2237) ssh fact for AIX

2019-12-17 Thread George Mrejea (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 George Mrejea assigned an issue to George Mrejea  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2237  
 
 
  ssh fact for AIX   
 

  
 
 
 
 

 
Change By: 
 George Mrejea  
 
 
Assignee: 
 George Mrejea  
 

  
 
 
 
 

 
 
 

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


Jira (FACT-2248) partitions fact for Fedora

2019-12-17 Thread George Mrejea (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 George Mrejea assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2248  
 
 
  partitions fact for Fedora   
 

  
 
 
 
 

 
Change By: 
 George Mrejea  
 
 
Assignee: 
 George Mrejea  
 

  
 
 
 
 

 
 
 

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


Jira (FACT-2248) partitions fact for Fedora

2019-12-16 Thread George Mrejea (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 George Mrejea assigned an issue to George Mrejea  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2248  
 
 
  partitions fact for Fedora   
 

  
 
 
 
 

 
Change By: 
 George Mrejea  
 
 
Assignee: 
 George Mrejea  
 

  
 
 
 
 

 
 
 

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


Jira (FACT-2096) Windows system32 environment variable issue after installation of "RDS-RD-Server"

2019-12-16 Thread George Mrejea (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 George Mrejea updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2096  
 
 
  Windows system32 environment variable issue after installation of "RDS-RD-Server"   
 

  
 
 
 
 

 
 For os-es older than 2015, Microsoft deprecated api used to read %windir%, so in newer os-es did not function properly anymore in context of mixed 32 and 64 bit application environment (Remote desktop provides such environment).  Bug was resolved by reading needed information from environment variable %systemroot% which Microsoft documentation states it is consistent and read-only. Tested on all supported platform 32 and 64 bits, works and expected.  
 

  
 
 
 
 

 
Change By: 
 George Mrejea  
 
 
Release Notes Summary: 
 %windir% read value consistent on all windows platform  
 
 
Release Notes: 
 Bug Fix  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 
 

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

2019-11-29 Thread George Mrejea (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 George Mrejea updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

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

  
 
 
 
 

 
Change By: 
 George Mrejea  
 
 
Release Notes Summary: 
 Facter::Core::Execution.execute by default searches command passed as argument in a list of directories and expands it to absolute path. Now accepts a new boolean parameter -expand. When true, behaves like before, searches the command and expands it to absolute path. When set to false e.g```Facter::Core::Execution.execute(command, {:expand => false}) ```verifies if it is a shel builtin command, and in that case command is passed as it is (not expanded to absolute path).  
 
 
Release Notes: 
 Enhancement  
 

  
 
 
 
 

 
 
 

 
 
 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 

Jira (FACT-2136) Upgrade compiler to support new api

2019-11-25 Thread George Mrejea (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 George Mrejea created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2136  
 
 
  Upgrade compiler to support new api   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Unassigned  
 
 
Created: 
 2019/11/25 2:37 AM  
 
 
Environment: 
 Windows  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 George Mrejea  
 

  
 
 
 
 

 
 In ticket https://tickets.puppetlabs.com/browse/FACT-2096 cannot build Microsoft proposed solution to handle "Windows-on-windows" detection due to inability to compile code ```     static string get_system32() ...     isWow = IsWow64Process2(GetCurrentProcess(), , ); ``` Needs to be compiled with MSVC with Windows v10.0.10240 SDK or newer or minGW at same level.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
  

Jira (FACT-2096) Windows system32 environment variable issue after installation of "RDS-RD-Server"

2019-11-18 Thread George Mrejea (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 George Mrejea assigned an issue to George Mrejea  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2096  
 
 
  Windows system32 environment variable issue after installation of "RDS-RD-Server"   
 

  
 
 
 
 

 
Change By: 
 George Mrejea  
 
 
Assignee: 
 George Mrejea  
 

  
 
 
 
 

 
 
 

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


Jira (FACT-2098) Facter memory inconsistent/incorrect output?

2019-11-15 Thread George Mrejea (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 George Mrejea commented on  FACT-2098  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Facter memory inconsistent/incorrect output?   
 

  
 
 
 
 

 
 Hi Jason Lang, thanks for raising this ticket and spending time investigating this. However this seems more of an edge case and this behaviour is expected and satisfies most of our customers use cases. As stated in documentation, facter gets its information from /proc/meminfo. For Linux system available memory algorithm calculation with data you kindly have provided is the following:           MemFree 5314676 kb                  Buffers 17748 kb             Cached 2590832 kb sum of these:    7923256 kb → 7737.554688 Mb → *7.55*620575 Gb Hope it clarifies the matter. Again, thank you for bringing this to our attention.      
 

  
 
 
 
 

 
 
 

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


Jira (FACT-2098) Facter memory inconsistent/incorrect output?

2019-11-14 Thread George Mrejea (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 George Mrejea assigned an issue to George Mrejea  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2098  
 
 
  Facter memory inconsistent/incorrect output?   
 

  
 
 
 
 

 
Change By: 
 George Mrejea  
 
 
Assignee: 
 George Mrejea  
 

  
 
 
 
 

 
 
 

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


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

2019-10-23 Thread George Mrejea (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 George Mrejea commented on  FACT-2054  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Facter::Core::Execution.execute incorrectly expands shell builtins   
 

  
 
 
 
 

 
 Thomas Kishel the compgen command is not available on all the platforms, so don't think we can use as a default way to determine the built-in commands. Eg Debian 10:  
 
 
 
 
 georges-mbp:leatherman george.mrejea$ floaty ssh debian-10-x86_64  
 
 
 The authenticity of host 'kqrazizpal3h2pw.delivery.puppetlabs.net (10.16.127.117)' can't be established.  
 
 
 ECDSA key fingerprint is SHA256:vKputyJwe1oct3MvZLSqMDA3wkyWcx/6nrEHoGJWL7c.  
 
 
 Are you sure you want to continue connecting (yes/no)? yes  
 
 
 Warning: Permanently added 'kqrazizpal3h2pw.delivery.puppetlabs.net,10.16.127.117' (ECDSA) to the list of known hosts.  
 
 
 Linux kqrazizpal3h2pw 4.19.0-5-amd64 #1 SMP Debian 4.19.37-5 (2019-06-19) x86_64The programs included with the Debian GNU/Linux system are free software;  
 
 
 the exact distribution terms for each program are described in the  
 
 
 individual files in /usr/share/doc/*/copyright.Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent  
 
 
 permitted by applicable law.  
 
 
 root@kqrazizpal3h2pw:~# sh -c "compgen -b"  
 
 
 sh: 1: compgen: not found   
  

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

2019-10-22 Thread George Mrejea (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 George Mrejea assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

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

  
 
 
 
 

 
Change By: 
 George Mrejea  
 
 
Assignee: 
 George Mrejea  
 

  
 
 
 
 

 
 
 

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


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

2019-10-22 Thread George Mrejea (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 George Mrejea assigned an issue to George Mrejea  
 

  
 
 
 
 

 
 
  
 
 
 
 

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

  
 
 
 
 

 
Change By: 
 George Mrejea  
 
 
Assignee: 
 George Mrejea  
 

  
 
 
 
 

 
 
 

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


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

2019-10-22 Thread George Mrejea (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 George Mrejea assigned an issue to George Mrejea  
 

  
 
 
 
 

 
 
  
 
 
 
 

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

  
 
 
 
 

 
Change By: 
 George Mrejea  
 
 
Assignee: 
 George Mrejea  
 

  
 
 
 
 

 
 
 

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


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

2019-10-22 Thread George Mrejea (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 George Mrejea updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

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

  
 
 
 
 

 
Change By: 
 George Mrejea  
 

  
 
 
 
 

 
 When running {{facter -p}} on windows with the puppetlabs/ciscopuppet module pluginsynced to the agent, facter is loading {{facter/cisco.rb}} from {{C:/ProgramData/PuppetLabs/puppet/cache/lib}} before setting up the {{$LOAD_PATH}} to load that file's dependencies from there. Please see the attached screenshot for the debug modifications I did and the results on the machine showing the issue.To make sure there is nothing wonky with the {{facter/cisco_nexus}} file itself, a {{require}} within a {{setcode}} worked fine.Regular agent runs work fine and do not show any errors.  h3. Desired Behaviour{{facter -p}} loads files from puppet's cache only once, after {{$LOAD_PATH}} has been properly initialised.   
 

  
 
 
 
 

 
 
 

 
 
 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 

Jira (PUP-9295) Notify resource exposes Sensitive data when message is a Sensitive data

2019-10-09 Thread George Mrejea (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 George Mrejea commented on  PUP-9295  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Notify resource exposes Sensitive data when message is a Sensitive data   
 

  
 
 
 
 

 
 I believe this can be closed since the commit was promoted and tested in master.  
 

  
 
 
 
 

 
 
 

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


Jira (PUP-9915) Debian: avoid updating systemd defaults for every release

2019-10-07 Thread George Mrejea (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 George Mrejea updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-9915  
 
 
  Debian: avoid updating systemd defaults for every release   
 

  
 
 
 
 

 
Change By: 
 George Mrejea  
 
 
Fix Version/s: 
 PUP 6.4.4  
 

  
 
 
 
 

 
 
 

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


Jira (PUP-9651) Delete low risk acceptance tests

2019-10-07 Thread George Mrejea (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 George Mrejea updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-9651  
 
 
  Delete low risk acceptance tests   
 

  
 
 
 
 

 
Change By: 
 George Mrejea  
 
 
Fix Version/s: 
 PUP 6.5.0  
 
 
Fix Version/s: 
 PUP 6.4.4  
 

  
 
 
 
 

 
 
 

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


Jira (PUP-9652) Delete acceptance tests with 'audit:delete' tag

2019-10-07 Thread George Mrejea (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 George Mrejea updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-9652  
 
 
  Delete acceptance tests with 'audit:delete' tag   
 

  
 
 
 
 

 
Change By: 
 George Mrejea  
 
 
Fix Version/s: 
 PUP 6.5.0  
 
 
Fix Version/s: 
 PUP 6.4.4  
 

  
 
 
 
 

 
 
 

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


Jira (PUP-8736) /opt/puppetlabs contains device ssldir(s) normally in /etc/puppetlabs

2019-10-07 Thread George Mrejea (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 George Mrejea updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-8736  
 
 
  /opt/puppetlabs contains device ssldir(s) normally in /etc/puppetlabs   
 

  
 
 
 
 

 
Change By: 
 George Mrejea  
 
 
Fix Version/s: 
 PUP 6.4.4  
 

  
 
 
 
 

 
 
 

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


Jira (PUP-9973) Can't create users using useradd provider when specifying uid since 6.8.0

2019-10-03 Thread George Mrejea (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 George Mrejea updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-9973  
 
 
  Can't create users using useradd provider when specifying uid since 6.8.0   
 

  
 
 
 
 

 
Change By: 
 George Mrejea  
 
 
Fix Version/s: 
 PUP 6.4.4  
 
 
Fix Version/s: 
 PUP 5.5.17  
 

  
 
 
 
 

 
 
 

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


Jira (PUP-9928) New installers no longer needs puppetres.dll

2019-10-03 Thread George Mrejea (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 George Mrejea updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-9928  
 
 
  New installers no longer needs puppetres.dll
 

  
 
 
 
 

 
Change By: 
 George Mrejea  
 
 
Fix Version/s: 
 PUP 6.4.4  
 
 
Fix Version/s: 
 PUP 5.5.17  
 

  
 
 
 
 

 
 
 

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


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

2019-10-03 Thread George Mrejea (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 George Mrejea updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

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

  
 
 
 
 

 
Change By: 
 George Mrejea  
 
 
Fix Version/s: 
 PUP 6.4.4  
 
 
Fix Version/s: 
 PUP 5.5.17  
 

  
 
 
 
 

 
 
 

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


Jira (PUP-9908) When setting ensure=running on a osx service, Puppet is reporting the service as absent

2019-10-03 Thread George Mrejea (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 George Mrejea updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-9908  
 
 
  When setting ensure=running on a osx service, Puppet is reporting the service as absent   
 

  
 
 
 
 

 
Change By: 
 George Mrejea  
 
 
Fix Version/s: 
 PUP 6.4.4  
 
 
Fix Version/s: 
 PUP 5.5.17  
 

  
 
 
 
 

 
 
 

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


Jira (PUP-9754) Log resident configuration upon daemon launch

2019-10-03 Thread George Mrejea (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 George Mrejea updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-9754  
 
 
  Log resident configuration upon daemon launch   
 

  
 
 
 
 

 
Change By: 
 George Mrejea  
 
 
Fix Version/s: 
 PUP 6.4.4  
 
 
Fix Version/s: 
 PUP 5.5.17  
 

  
 
 
 
 

 
 
 

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


Jira (PUP-9752) Systemd should be default service provider for Debian buster

2019-10-03 Thread George Mrejea (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 George Mrejea updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-9752  
 
 
  Systemd should be default service provider for Debian buster   
 

  
 
 
 
 

 
Change By: 
 George Mrejea  
 
 
Fix Version/s: 
 PUP 6.4.4  
 
 
Fix Version/s: 
 PUP 5.5.17  
 

  
 
 
 
 

 
 
 

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


Jira (PUP-9722) Regression: File mode changed on every puppet run

2019-10-03 Thread George Mrejea (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 George Mrejea updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-9722  
 
 
  Regression: File mode changed on every puppet run   
 

  
 
 
 
 

 
Change By: 
 George Mrejea  
 
 
Fix Version/s: 
 PUP 6.4.4  
 
 
Fix Version/s: 
 PUP 5.5.17  
 

  
 
 
 
 

 
 
 

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


Jira (PUP-9605) Type package (provider yum) fails when handling kernel packages

2019-10-03 Thread George Mrejea (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 George Mrejea updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-9605  
 
 
  Type package (provider yum) fails when handling kernel packages   
 

  
 
 
 
 

 
Change By: 
 George Mrejea  
 
 
Fix Version/s: 
 PUP 6.4.4  
 
 
Fix Version/s: 
 PUP 5.5.17  
 

  
 
 
 
 

 
 
 

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


Jira (PUP-9249) Backport sensitive DSL method PUP-8514

2019-10-03 Thread George Mrejea (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 George Mrejea updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-9249  
 
 
  Backport sensitive DSL method PUP-8514   
 

  
 
 
 
 

 
Change By: 
 George Mrejea  
 
 
Fix Version/s: 
 PUP 5.5.z  
 
 
Fix Version/s: 
 PUP 6.4.4  
 
 
Fix Version/s: 
 PUP 5.5.17  
 

  
 
 
 
 

 
 
 

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


Jira (PUP-8319) Win-2012r2 FR Puppet Acceptance showing 4 test failures (localisation)

2019-10-03 Thread George Mrejea (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 George Mrejea updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-8319  
 
 
  Win-2012r2 FR Puppet Acceptance showing 4 test failures (localisation)   
 

  
 
 
 
 

 
Change By: 
 George Mrejea  
 
 
Fix Version/s: 
 PUP 6.4.4  
 
 
Fix Version/s: 
 PUP 5.5.17  
 

  
 
 
 
 

 
 
 

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


Jira (PUP-7312) Confine systemd provider to init system matching systemd

2019-10-03 Thread George Mrejea (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 George Mrejea updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-7312  
 
 
  Confine systemd provider to init system matching systemd   
 

  
 
 
 
 

 
Change By: 
 George Mrejea  
 
 
Fix Version/s: 
 PUP 6.4.4  
 
 
Fix Version/s: 
 PUP 5.5.17  
 

  
 
 
 
 

 
 
 

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


Jira (PUP-10016) Systemd provider is not correctly selected as the service provider if puppet is run as non root

2019-10-03 Thread George Mrejea (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 George Mrejea updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-10016  
 
 
  Systemd provider is not correctly selected as the service provider if puppet is run as non root   
 

  
 
 
 
 

 
Change By: 
 George Mrejea  
 
 
Fix Version/s: 
 PUP 6.4.4  
 
 
Fix Version/s: 
 PUP 5.5.17  
 

  
 
 
 
 

 
 
 

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


Jira (PUP-10013) Update minitar version and call new fsync=false option

2019-10-03 Thread George Mrejea (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 George Mrejea updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-10013  
 
 
  Update minitar version and call new fsync=false option   
 

  
 
 
 
 

 
Change By: 
 George Mrejea  
 
 
Fix Version/s: 
 PUP 5.5.z  
 
 
Fix Version/s: 
 PUP 5.5.17  
 

  
 
 
 
 

 
 
 

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


Jira (PUP-10013) Update minitar version and call new fsync=false option

2019-10-03 Thread George Mrejea (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 George Mrejea updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-10013  
 
 
  Update minitar version and call new fsync=false option   
 

  
 
 
 
 

 
Change By: 
 George Mrejea  
 
 
Fix Version/s: 
 PUP 6.4.z  
 
 
Fix Version/s: 
 PUP 6.4.4  
 

  
 
 
 
 

 
 
 

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


Jira (FACT-1933) Include more chassis IDs in facter

2019-07-03 Thread George Mrejea (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 George Mrejea assigned an issue to George Mrejea  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-1933  
 
 
  Include more chassis IDs in facter   
 

  
 
 
 
 

 
Change By: 
 George Mrejea  
 
 
Assignee: 
 George Mrejea  
 

  
 
 
 
 

 
 
 

 
 
 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 post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.314629.1561725724000.4616.1562152860108%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.