Jira (FACT-3133) Facter 4 Does Not Support Built-In Windows Commands

2022-06-29 Thread Selvakumar Azhagarsami (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Selvakumar Azhagarsami created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-3133  
 
 
  Facter 4 Does Not Support Built-In Windows Commands   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Created: 
 2022/06/29 11:16 PM  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 Selvakumar Azhagarsami  
 

  
 
 
 
 

 
 When executing the custom fact, Facter version 4.2.x fails with the "command not found" error.   Created custom facts to test the scenario as shown below.  
 
 
 
 
 Facter.add(:factertestingwindows) do  
 
 
   confine :kernel => 'windows'  
 
 
   setcode do  
 
 
 Facter::Core::Execution.execute('echo Hello', :timeout => 10)  
 
 
   end  
 
 
 end   
 
 
 
  

Jira (FACT-3133) Facter 4 Does Not Support Built-In Windows Commands

2022-06-29 Thread Selvakumar Azhagarsami (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Selvakumar Azhagarsami updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-3133  
 
 
  Facter 4 Does Not Support Built-In Windows Commands   
 

  
 
 
 
 

 
Change By: 
 Selvakumar Azhagarsami  
 

  
 
 
 
 

 
 When executing the custom fact, Facter version 4.2.x fails with the "{*}command not found{*}" error. Created *custom facts* to test the scenario as shown below.{code:java}  Facter.add(:factertestingwindows) do  confine :kernel => 'windows'  setcode doFacter::Core::Execution.execute('echo Hello', :timeout => 10)  endend {code} It is *working* as expected in _{{Facter version 3.14.x}}_ _ { {}}_{ code:java}  PS C:\Users\Administrator> facter --version3.14.22 (commit 4d4afa91b226dfa8d2f92c495b7070377134386f) {code} _ { {}}_{ code:java}  PS C:\Users\Administrator> facter -p factertestingwindowsHelloPS C:\Users\Administrator> {code}{{and  }}{{ *Not working*}}  _ {{ }}_ {{ in}}   _{{ }}{{ Facter version 4.2.x}}_ _ { {}}_{ code:java}  PS C:\Users\Administrator> facter --version4.2.2 {code} _ { {}}_{ code:java}  PS C:\Users\Administrator> puppet agent -tInfo: Using configured environment 'production'Info: Retrieving pluginfactsInfo: Retrieving pluginInfo: Loading factsError: Facter: Error while resolving custom fact fact='factertestingwindows', resolution='': Could not execute 'echo Hello': command not foundInfo: Caching catalog for baroque-fort.delivery.puppetlabs.netInfo: Applying configuration version 'pe-202130-master-production-67440e89804'Notice: Applied catalog in 0.42 seconds {code} _{{}}_  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.20.2#

Jira (FACT-3133) Facter 4 Does Not Support Built-In Windows Commands

2022-06-29 Thread Alvin Rodis (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alvin Rodis updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-3133  
 
 
  Facter 4 Does Not Support Built-In Windows Commands   
 

  
 
 
 
 

 
Change By: 
 Alvin Rodis  
 
 
Labels: 
 jira_escalated  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.20.2#820002-sha1:829506d)  
 
 

 
   
 

  
 

  
 

   





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


Jira (FACT-3133) Facter 4 Does Not Support Built-In Windows Commands

2022-06-29 Thread Alvin Rodis (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alvin Rodis updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-3133  
 
 
  Facter 4 Does Not Support Built-In Windows Commands   
 

  
 
 
 
 

 
Change By: 
 Alvin Rodis  
 
 
Zendesk Ticket Count: 
 1  
 
 
Zendesk Ticket IDs: 
 48852  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.20.2#820002-sha1:829506d)  
 
 

 
   
 

  
 

  
 

   





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


Jira (FACT-3133) Facter 4 Does Not Support Built-In Windows Commands

2022-06-29 Thread Selvakumar Azhagarsami (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Selvakumar Azhagarsami updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-3133  
 
 
  Facter 4 Does Not Support Built-In Windows Commands   
 

  
 
 
 
 

 
Change By: 
 Selvakumar Azhagarsami  
 
 
Team: 
 Night's Watch  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.20.2#820002-sha1:829506d)  
 
 

 
   
 

  
 

  
 

   





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


Jira (FACT-3133) Facter 4 Does Not Support Built-In Windows Commands

2022-06-29 Thread Selvakumar Azhagarsami (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Selvakumar Azhagarsami updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-3133  
 
 
  Facter 4 Does Not Support Built-In Windows Commands   
 

  
 
 
 
 

 
Change By: 
 Selvakumar Azhagarsami  
 
 
Labels: 
 jira_escalated  support  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.20.2#820002-sha1:829506d)  
 
 

 
   
 

  
 

  
 

   





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


Jira (FACT-3133) Facter 4 Does Not Support Built-In Windows Commands

2022-07-05 Thread Nirupama Mantha (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Nirupama Mantha updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-3133  
 
 
  Facter 4 Does Not Support Built-In Windows Commands   
 

  
 
 
 
 

 
Change By: 
 Nirupama Mantha  
 
 
Team: 
 Night's Watch Phoenix  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.20.2#820002-sha1:829506d)  
 
 

 
   
 

  
 

  
 

   





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


Jira (FACT-3133) Facter 4 Does Not Support Built-In Windows Commands

2022-07-05 Thread Nirupama Mantha (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Nirupama Mantha updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-3133  
 
 
  Facter 4 Does Not Support Built-In Windows Commands   
 

  
 
 
 
 

 
Change By: 
 Nirupama Mantha  
 
 
Sprint: 
 Phoenix 2022-08-03  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.20.2#820002-sha1:829506d)  
 
 

 
   
 

  
 

  
 

   





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


Jira (FACT-3133) Facter 4 Does Not Support Built-In Windows Commands

2022-07-14 Thread Lisa Ross (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Lisa Ross updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-3133  
 
 
  Facter 4 Does Not Support Built-In Windows Commands   
 

  
 
 
 
 

 
Change By: 
 Lisa Ross  
 
 
Sprint: 
 Phoenix 2022-08-03  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.20.2#820002-sha1:829506d)  
 
 

 
   
 

  
 

  
 

   





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


Jira (FACT-3133) Facter 4 Does Not Support Built-In Windows Commands

2022-07-22 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-3133  
 
 
  Facter 4 Does Not Support Built-In Windows Commands   
 

  
 
 
 
 

 
Change By: 
 Josh Cooper  
 
 
Component/s: 
 Facter 4  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.20.11#820011-sha1:0629dd8)  
 
 

 
   
 

  
 

  
 

   





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


Jira (FACT-3133) Facter 4 Does Not Support Built-In Windows Commands

2022-07-25 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-3133  
 
 
  Facter 4 Does Not Support Built-In Windows Commands   
 

  
 
 
 
 

 
Change By: 
 Josh Cooper  
 
 
Sprint: 
 Phoenix 2022-08-17  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.20.11#820011-sha1:0629dd8)  
 
 

 
   
 

  
 

  
 

   





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


Jira (FACT-3133) Facter 4 Does Not Support Built-In Windows Commands

2022-07-28 Thread Nirupama Mantha (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Nirupama Mantha updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-3133  
 
 
  Facter 4 Does Not Support Built-In Windows Commands   
 

  
 
 
 
 

 
Change By: 
 Nirupama Mantha  
 
 
Story Points: 
 3  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.20.11#820011-sha1:0629dd8)  
 
 

 
   
 

  
 

  
 

   





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


Jira (FACT-3133) Facter 4 Does Not Support Built-In Windows Commands

2022-07-28 Thread Nirupama Mantha (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Nirupama Mantha updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-3133  
 
 
  Facter 4 Does Not Support Built-In Windows Commands   
 

  
 
 
 
 

 
Change By: 
 Nirupama Mantha  
 
 
Acceptance Criteria: 
 Custom fact works as expected  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.20.11#820011-sha1:0629dd8)  
 
 

 
   
 

  
 

  
 

   





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


Jira (FACT-3133) Facter 4 Does Not Support Built-In Windows Commands

2022-08-03 Thread Lisa Ross (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Lisa Ross updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-3133  
 
 
  Facter 4 Does Not Support Built-In Windows Commands   
 

  
 
 
 
 

 
Change By: 
 Lisa Ross  
 
 
Epic Link: 
 FACT-3139  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.20.11#820011-sha1:0629dd8)  
 
 

 
   
 

  
 

  
 

   





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


Jira (FACT-3133) Facter 4 Does Not Support Built-In Windows Commands

2022-08-16 Thread Tony Vu (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tony Vu assigned an issue to Tony Vu  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-3133  
 
 
  Facter 4 Does Not Support Built-In Windows Commands   
 

  
 
 
 
 

 
Change By: 
 Tony Vu  
 
 
Assignee: 
 Tony Vu  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.20.11#820011-sha1:0629dd8)  
 
 

 
   
 

  
 

  
 

   





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


Jira (FACT-3133) Facter 4 Does Not Support Built-In Windows Commands

2022-08-17 Thread Christopher Thorn (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christopher Thorn updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-3133  
 
 
  Facter 4 Does Not Support Built-In Windows Commands   
 

  
 
 
 
 

 
Change By: 
 Christopher Thorn  
 
 
Sprint: 
 Phoenix 2022-08-17 , Phoenix 2022-08-31  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.20.11#820011-sha1:0629dd8)  
 
 

 
   
 

  
 

  
 

   





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


Jira (FACT-3133) Facter 4 Does Not Support Built-In Windows Commands

2022-08-31 Thread Tony Vu (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tony Vu commented on  FACT-3133  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Facter 4 Does Not Support Built-In Windows Commands   
 

  
 
 
 
 

 
 Hi Selvakumar Azhagarsami , just looking for a bit of clarification; are you asking for all "built-in" Windows commands support, or just specifically echo? Facter 3 had support for specifically echo, but other commands like dir would not work.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.20.11#820011-sha1:0629dd8)  
 
 

 
   
 

  
 

  
 

   





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


Jira (FACT-3133) Facter 4 Does Not Support Built-In Windows Commands

2022-08-31 Thread Morgan Rhodes (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Morgan Rhodes updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-3133  
 
 
  Facter 4 Does Not Support Built-In Windows Commands   
 

  
 
 
 
 

 
Change By: 
 Morgan Rhodes  
 
 
Sprint: 
 Phoenix 2022-08-17, Phoenix 2022-08-31 , Phoenix 2022-09-14  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.20.11#820011-sha1:0629dd8)  
 
 

 
   
 

  
 

  
 

   





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


Jira (FACT-3133) Facter 4 Does Not Support Built-In Windows Commands

2022-09-01 Thread Selvakumar Azhagarsami (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Selvakumar Azhagarsami commented on  FACT-3133  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Facter 4 Does Not Support Built-In Windows Commands   
 

  
 
 
 
 

 
 Tony Vu for the benefit of this ticket, please fix it specifically the echo command but if you think fixing other windows command is feasible please proceed I will leave it up to you.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.20.11#820011-sha1:0629dd8)  
 
 

 
   
 

  
 

  
 

   





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


Jira (FACT-3133) Facter 4 Does Not Support Built-In Windows Commands

2022-09-07 Thread Michael Hashizume (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Hashizume updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-3133  
 
 
  Facter 4 Does Not Support Built-In Windows Commands   
 

  
 
 
 
 

 
Change By: 
 Michael Hashizume  
 
 
Fix Version/s: 
 FACT 4.2.12  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.20.11#820011-sha1:0629dd8)  
 
 

 
   
 

  
 

  
 

   





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


Jira (FACT-3133) Facter 4 Does Not Support Built-In Windows Commands

2022-09-08 Thread Tony Vu (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tony Vu updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-3133  
 
 
  Facter 4 Does Not Support Built-In Windows Commands   
 

  
 
 
 
 

 
Change By: 
 Tony Vu  
 
 
Release Notes: 
 Bug Fix  
 
 
Release Notes Summary: 
 Facter 3.x special-cased `echo` for windows to allow it to run using the built-in for a Windows shell; Facter 4 upgrade neglected to include this special case. This fix adds that special case back in.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.20.11#820011-sha1:0629dd8)  
 
 

 
   
 

  
 

  
 

   





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


Jira (FACT-3133) Facter 4 Does Not Support Built-In Windows Commands

2022-09-12 Thread Parker Leach (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Parker Leach updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-3133  
 
 
  Facter 4 Does Not Support Built-In Windows Commands   
 

  
 
 
 
 

 
Change By: 
 Parker Leach  
 
 
Labels: 
 docs_reviewed jira_escalated support  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.20.11#820011-sha1:0629dd8)  
 
 

 
   
 

  
 

  
 

   





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


Jira (FACT-3133) Facter 4 Does Not Support Built-In Windows Commands

2023-02-24 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-3133  
 
 
  Facter 4 Does Not Support Built-In Windows Commands   
 

  
 
 
 
 

 
Change By: 
 Josh Cooper  
 
 
Labels: 
 docs_reviewed jira_escalated  regression  support  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.20.11#820011-sha1:0629dd8)  
 
 

 
   
 

  
 

  
 

   





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