Jira (FACT-2944) During Puppet 7 upgrade from Puppet 6, Puppet Server create another certname

2021-03-12 Thread Frédéric Lespez
Title: Message Title


 
 
 
 

 
 
 

 
   
 Frédéric Lespez commented on  FACT-2944  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: During Puppet 7 upgrade from Puppet 6, Puppet Server create another certname   
 

  
 
 
 
 

 
 Hi Josh Cooper , I made a test on another platform (not a test one but a production one) where the problem was present too. And I can confirm it is now fixed. Thanks !  
 

  
 
 
 
 

 
 
 

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


Jira (PDB-5062) Remove password entry from database.ini when using certificate authentication

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


 
 
 
 

 
 
 

 
   
 Austin Blatt created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 PuppetDB /  PDB-5062  
 
 
  Remove password entry from database.ini when using certificate authentication   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Unassigned  
 
 
Created: 
 2021/03/12 12:28 PM  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 Austin Blatt  
 

  
 
 
 
 

 
 PDB-5061 will limit our options with this ticket as just removing the password entry in database.ini will cause issues on current versions of PuppetDB. We want to ensure users remove the password from their config files for a number of reasons. Primarily, it is more secure to not have that password. But additionally, the ordering of auth rules in pg_hba.conf determines whether or not we use password or certificate authentication with the database so removing the password entry gives us greater certainty that we are actually using certificate authentication and not still relying on password authentication.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
   

Jira (PDB-5061) Empty password causes schema exception for migrator-password

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


 
 
 
 

 
 
 

 
   
 Austin Blatt updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 PuppetDB /  PDB-5061  
 
 
  Empty password causes schema exception for migrator-password   
 

  
 
 
 
 

 
Change By: 
 Austin Blatt  
 

  
 
 
 
 

 
 {code}clojure.lang.ExceptionInfo: Value does not match schema: {:migrator-password (not (instance? java.lang.String nil))}at schema.core$validator$fn__6137.invoke(core.clj:155)at schema.core$validate.invokeStatic(core.clj:164)at schema.core$validate.invoke(core.clj:159)at puppetlabs.puppetdb.config$configure_read_db.invokeStatic(config.clj:460)at puppetlabs.puppetdb.config$configure_read_db.invoke(config.clj:442)at puppetlabs.puppetdb.config$configure_dbs.invokeStatic(config.clj:467)at puppetlabs.puppetdb.config$configure_dbs.invoke(config.clj:462)at puppetlabs.puppetdb.config$convert_config.invokeStatic(config.clj:525)at puppetlabs.puppetdb.config$convert_config.invoke(config.clj:521)at puppetlabs.puppetdb.config$process_config_BANG_.invokeStatic(config.clj:683)at puppetlabs.puppetdb.config$process_config_BANG_.invoke(config.clj:679){code}This is not broken in PE because of a convoluted set of issues. Firstly, we appear to only be using our schema validation on the read-database section and not the database section. Secondly PE always writes a {{read-database.ini}} file, which prevents the read database from getting defaulted to the database section which contains {{:migrator-password nil}}In my debugging I was using {{cond->}} to prevent the defaulting to {{nil}}{code}( -> config(update :migrator-username #(or % (:user config)))( cond-> (contains? config :password) (update :migrator-password #(or % (:password config )) {code}  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 

Jira (PDB-5061) Empty password causes schema exception for migrator-password

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


 
 
 
 

 
 
 

 
   
 Austin Blatt updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 PuppetDB /  PDB-5061  
 
 
  Empty password causes schema exception for migrator-password   
 

  
 
 
 
 

 
Change By: 
 Austin Blatt  
 
 
Acceptance Criteria: 
 - When password is unset, migrator-password is not defaulted to nil- Schema validation happens on all database config sections, not just read-database- Config test that password-less database configs are valid  
 
 
Release Notes: 
 Bug Fix  
 

  
 
 
 
 

 
 
 

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


Jira (PDB-5061) Empty password causes schema exception for migrator-password

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


 
 
 
 

 
 
 

 
   
 Austin Blatt updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 PuppetDB /  PDB-5061  
 
 
  Empty password causes schema exception for migrator-password   
 

  
 
 
 
 

 
Change By: 
 Austin Blatt  
 

  
 
 
 
 

 
 {code}clojure.lang.ExceptionInfo: Value does not match schema: {:migrator-password (not (instance? java.lang.String nil))}at schema.core$validator$fn__6137.invoke(core.clj:155)at schema.core$validate.invokeStatic(core.clj:164)at schema.core$validate.invoke(core.clj:159)at puppetlabs.puppetdb.config$configure_read_db.invokeStatic(config.clj:460)at puppetlabs.puppetdb.config$configure_read_db.invoke(config.clj:442)at puppetlabs.puppetdb.config$configure_dbs.invokeStatic(config.clj:467)at puppetlabs.puppetdb.config$configure_dbs.invoke(config.clj:462)at puppetlabs.puppetdb.config$convert_config.invokeStatic(config.clj:525)at puppetlabs.puppetdb.config$convert_config.invoke(config.clj:521)at puppetlabs.puppetdb.config$process_config_BANG_.invokeStatic(config.clj:683)at puppetlabs.puppetdb.config$process_config_BANG_.invoke(config.clj:679){code}This is not broken in PE because of a convoluted set of issues. Firstly, we appear to only be using our schema validation on the read-database section and not the database section. Secondly PE always writes a {{read-database.ini}} file, which prevents the read database from getting defaulted to the database section which contains {{:migrator-password nil}} In my debugging I was using {{cond->}} to prevent the defaulting to {{nil}}{code}(cond-> (contains? config :password) (update :migrator-password #(or % (:password config{code}  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 

Jira (PDB-5061) Empty password causes schema exception for migrator-password

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


 
 
 
 

 
 
 

 
   
 Austin Blatt updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 PuppetDB /  PDB-5061  
 
 
  Empty password causes schema exception for migrator-password   
 

  
 
 
 
 

 
Change By: 
 Austin Blatt  
 

  
 
 
 
 

 
 {code}clojure.lang.ExceptionInfo: Value does not match schema: {:migrator-password (not (instance? java.lang.String nil))}at schema.core$validator$fn__6137.invoke(core.clj:155)at schema.core$validate.invokeStatic(core.clj:164)at schema.core$validate.invoke(core.clj:159)at puppetlabs.puppetdb.config$configure_read_db.invokeStatic(config.clj:460)at puppetlabs.puppetdb.config$configure_read_db.invoke(config.clj:442)at puppetlabs.puppetdb.config$configure_dbs.invokeStatic(config.clj:467)at puppetlabs.puppetdb.config$configure_dbs.invoke(config.clj:462)at puppetlabs.puppetdb.config$convert_config.invokeStatic(config.clj:525)at puppetlabs.puppetdb.config$convert_config.invoke(config.clj:521)at puppetlabs.puppetdb.config$process_config_BANG_.invokeStatic(config.clj:683)at puppetlabs.puppetdb.config$process_config_BANG_.invoke(config.clj:679){code} This is not broken in PE because of a convoluted set of issues. Firstly, we appear to only be using our schema validation on the read-database section and not the database section. Secondly PE always writes a {{read-database.ini}} file, which prevents the read database from getting defaulted to the database section which contains {{:migrator-password nil}}  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

Jira (PUP-10963) Puppet service provider incorrectly detected for Ubuntu during OS installation

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


 
 
 
 

 
 
 

 
   
 Josh Cooper updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-10963  
 
 
  Puppet service provider incorrectly detected for Ubuntu during OS installation   
 

  
 
 
 
 

 
Change By: 
 Josh Cooper  
 

  
 
 
 
 

 
 *Puppet Version:* 6.21.1 *Puppet Server Version:* N/A *OS Name/Version:* Ubuntu 18.04 and 20.04Executing `puppet resource service puppet enable=true` during the Ubuntu install process will incorrectly use the `debian` provider instead of the `systemd` provider, causing the command to fail. This command is commonly used in provisioning scripts to enable puppet, and having the command fail leaves puppet disabled after provisioning. *Desired Behavior:* The service is enabled*Actual Behavior:* An error occurs and the service is not enabled   Here is the syslog output from the installer when it runs the command:{ { noformat} Mar 12 03:37:23 in-target: ^[[1;31mError: Execution of '/usr/sbin/update-rc.d puppet defaults' returned 1: update-rc.d: error: unable to read /etc/init.d/puppet^[[0m }}  {{ Mar 12 03:37:23 in-target: ^[[1;31mError: /Service[puppet]/enable: change from 'false' to 'true' failed: Execution of '/usr/sbin/update-rc.d puppet defaults' returned 1: update-rc.d: error: unable to read /etc/ i}}{{nit init .d/puppet^[[0m }}  {{ Mar 12 03:37:23 in-target: Running in chroot, ignoring request. }}  {{ Mar 12 03:37:23 in-target: service { 'puppet': }}  {{ Mar 12 03:37:23 in-target: enable => 'false', }}  {{ Mar 12 03:37:23 in-target: provider => 'debian', }}  {{ Mar 12 03:37:23 in-target: } {noformat } }    It looks like this was recently attempted to be fixed back in Feb: [https://github.com/puppetlabs/puppet/commit/27957cf25a894cd604309857c32b2b8fe3fac9d7]   Note that once the OS boots properly, the command works as intended. It is only during the installation shell that it fails.    Noticed by Foreman users around March 1: https://community.theforeman.org/t/puppet-agent-disabled-after-build-process/22605  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
   

Jira (PDB-5061) Empty password causes schema exception for migrator-password

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


 
 
 
 

 
 
 

 
   
 Austin Blatt created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 PuppetDB /  PDB-5061  
 
 
  Empty password causes schema exception for migrator-password   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Created: 
 2021/03/12 11:52 AM  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 Austin Blatt  
 

  
 
 
 
 

 
  
 
 
 
 
 clojure.lang.ExceptionInfo: Value does not match schema: {:migrator-password (not (instance? java.lang.String nil))}  
 
 
 at schema.core$validator$fn__6137.invoke(core.clj:155)  
 
 
 at schema.core$validate.invokeStatic(core.clj:164)  
 
 
 at schema.core$validate.invoke(core.clj:159)  
 
 
 at puppetlabs.puppetdb.config$configure_read_db.invokeStatic(config.clj:460)  
 
 
 at puppetlabs.puppetdb.config$configure_read_db.invoke(config.clj:442)  
 
 

Jira (PUP-10965) Puppet noop mode is not noop for modules or facts

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


 
 
 
 

 
 
 

 
   
 Josh Cooper commented on  PUP-10965  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Puppet noop mode is not noop for modules or facts   
 

  
 
 
 
 

 
 

It is desirable to put them in a "noop" mode when in production to be alerted something wants to be updated
 Is the request to be alerted when there is "corrective" change (the system drifted from desired state and puppet would need to correct it), or when there is "intentional" change (the puppet code changed and puppet needs to update the system to match), or both?   
 

  
 
 
 
 

 
 
 

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


Jira (FACT-2979) buy vicodin online

2021-03-12 Thread Buy Real Pills (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Buy Real Pills created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2979  
 
 
  buy vicodin online   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Created: 
 2021/03/12 7:21 AM  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 Buy Real Pills  
 

  
 
 
 
 

 
 Acetaminophen may be a less powerful torment reliever that builds the impacts of hydrocodone. Vicodin tablets are utilized for the alleviation of moderate to reasonably extreme agony. https://buyrealpills.com/product-category/buy-vicodin-online/ Without Prescription.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 

Jira (FACT-2978) buy norco online

2021-03-12 Thread Buy Real Pills (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Buy Real Pills created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2978  
 
 
  buy norco online   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Created: 
 2021/03/12 7:20 AM  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 Buy Real Pills  
 

  
 
 
 
 

 
 https://buyrealpills.com/product-category/buy-narco-online/, no solution in USA, Canada, UK, and another country. Norco medication is marked pills of hydrocodone. Buy Norco Online at Best Price and Free Delivery. You can buy Norco online without prescription cheap price and real medication on buyrealpills.com and call the Poison Help line at +1 (87O) 5O5-48OO. Norco torment prescription may be a narcotic pill. you’ll without much of a stretch get a Norco prescription online. We provide a Norco solution within 10 minutes.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 

Jira (FACT-2977) buy codeine online

2021-03-12 Thread Buy Real Pills (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Buy Real Pills created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2977  
 
 
  buy codeine online   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Created: 
 2021/03/12 7:19 AM  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 Buy Real Pills  
 

  
 
 
 
 

 
 
 

 
 
 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 

Jira (FACT-2976) buy codeine online

2021-03-12 Thread Buy Real Pills (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Buy Real Pills created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2976  
 
 
  buy codeine online   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Created: 
 2021/03/12 7:18 AM  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 Buy Real Pills  
 

  
 
 
 
 

 
 Codeine is an opiate torment reliever (pain-relieving). it’s a private from the medication class narcotics. https://buyrealpills.com/product-category/buy-codeine-online/ at Best Price and Free Delivery. You can buy Codeine online Without Prescription cheap price and real medication on buyrealpills.com. Codeine is employed for the assistance of mellow to reasonably serious agony.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

Jira (FACT-2973) New Hire Test Ticket

2021-03-12 Thread Buy Real Pills (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Buy Real Pills created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2973  
 
 
  New Hire Test Ticket   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Created: 
 2021/03/12 7:16 AM  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 Buy Real Pills  
 

  
 
 
 
 

 
 Adderall is one among the foremost commonly prescribed medications for ADHD. But it’s going to even be prescribed for other conditions like narcolepsy, a rare disorder that causes daytime sleepiness. https://buyrealpills.com/product-category/buy-adderall-online/  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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


Jira (FACT-2972) buy lortab online

2021-03-12 Thread Buy Real Pills (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Buy Real Pills created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2972  
 
 
  buy lortab online
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Created: 
 2021/03/12 7:13 AM  
 
 
Environment: 
 codeine is an opiate torment reliever (pain-relieving). it’s a private from the medication class narcotics. Buy Ambien Online at Best Price and Free Delivery. You can https://buyrealpills.com/product-category/buy-lortab-online/Without Prescription cheap price and real medication on buyrealpills.com. Codeine is employed for the assistance of mellow to reasonably serious agony.  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 Buy Real Pills  
 

  
 
 
 
 

 
 codeine is an opiate torment reliever (pain-relieving). it’s a private from the medication class narcotics. Buy Ambien Online at Best Price and Free Delivery. You can https://buyrealpills.com/product-category/buy-lortab-online/Without Prescription cheap price and real medication on buyrealpills.com. Codeine is employed for the assistance of mellow to reasonably serious agony.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 
 

Jira (FACT-2971) buy ambien online

2021-03-12 Thread Buy Real Pills (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Buy Real Pills created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2971  
 
 
  buy ambien online   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Created: 
 2021/03/12 7:10 AM  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 Buy Real Pills  
 

  
 
 
 
 

 
 
 

 
 
 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 

Jira (FACT-2970) buy ambien online

2021-03-12 Thread Buy Real Pills (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Buy Real Pills created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2970  
 
 
  buy ambien online   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Created: 
 2021/03/12 7:08 AM  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 Buy Real Pills  
 

  
 
 
 
 

 
 https://buyrealpills.com/product-category/buy-ambien-online/ may be a doctor-prescribed medication that’s attempting to repair the foremost well-known issue of this era that’s sleep deprivation and other resting issues. Ambien may be a grown-up medication that needs to be utilized in an endorsed thanks to getting viable outcomes inside a quick period.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

Jira (FACT-2969) buy percocet online

2021-03-12 Thread Buy Real Pills (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Buy Real Pills created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2969  
 
 
  buy percocet online   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Created: 
 2021/03/12 7:07 AM  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 Buy Real Pills  
 

  
 
 
 
 

 
 Percocet is a blend of a narcotic torment reliever-oxycodone and a non-narcotic agony reliever-acetaminophen. https://buyrealpills.com/product-category/buy-percocet-online/ at Best Price and Free Delivery. You can buy Methadone online Without Prescription cheap price and real medication on buyrealpills.com and call the Poison Help line at +1 (87O) 5O5-48OO. It is principally used to help diminish moderate to extreme torment related to injury, medical procedures, and dental methods.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This 

Jira (FACT-2968) buy oxycontin online

2021-03-12 Thread Buy Real Pills (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Buy Real Pills created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2968  
 
 
  buy oxycontin online   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Created: 
 2021/03/12 7:05 AM  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 Buy Real Pills  
 

  
 
 
 
 

 
 OxyContin could be a brand of Oxycodone. Buy OxyContin Online at Best Price and Free Delivery. You can buy https://buyrealpills.com/product-category/buy-oxycontin-online/ without prescription cheap price and real medication on buyrealpills.com and call the Poison Help line at +1 (87O) 5O5-48OO. OxyContin is often frequently the controlled-discharge Oxycodone tablets, proposed to be taken each 12 hours.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

Jira (HI-625) buy oxycodone online

2021-03-12 Thread Buy Real Pills (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Buy Real Pills created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Hiera /  HI-625  
 
 
  buy oxycodone online   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Created: 
 2021/03/12 7:03 AM  
 
 
Environment: 
 Oxycodone may be a narcotic relief from a discomfort drug a number of the time called an opiate. Buy Methadone Online at Best Price and Free Delivery. You can https://buyrealpills.com/product-category/buy-oxycodone-online/ Without Prescription cheap price and real medication on buyrealpills.com and call the Poison Help line at +1 (87O) 5O5-48OO. Oxycodone is employed to urge moderate serious agony. The all-encompassing delivery quite Oxycodone is for nonstop treatment of torment and won’t be utilized dependent upon things for torment.  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 Buy Real Pills  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

Jira (HI-624) buy real pills

2021-03-12 Thread Buy Real Pills (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Buy Real Pills created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Hiera /  HI-624  
 
 
  buy real pills   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Created: 
 2021/03/12 7:00 AM  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 Buy Real Pills  
 

  
 
 
 
 

 
 buyrealpills.com is that the largest, most generally visited, independent medicine information website available we online most trusted resource for drugs. we'll achieve this aim by presenting independent, objective, comprehensive, and up-to-date information in a transparent and concise format for both consumers and healthcare professionals. https://buyrealpills.com/  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

Jira (HI-623) New Hire Test Ticket

2021-03-12 Thread Buy Real Pills (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Buy Real Pills created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Hiera /  HI-623  
 
 
  New Hire Test Ticket   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Created: 
 2021/03/12 6:57 AM  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 Buy Real Pills  
 

  
 
 
 
 

 
 Hydrocodone may be a widely prescribed pain reliever. Buy Hydrocodone Online at Best Price and Free Delivery. You can buy hydrocodone online Without Prescription cheap price and real medication on buyrealpills.com. It’s sold under the more familiar name Vicodin. This drug combines hydrocodone and acetaminophen. Hydrocodone is often very effective, but it also can become habit-forming. https://buyrealpills.com/product-category/buy-hydrocodone-online/  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira 

Jira (FACT-2967) Facter 4 outputs several facts with different precision than Facter 3

2021-03-12 Thread Luchian Nemes (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Luchian Nemes updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2967  
 
 
  Facter 4 outputs several facts with different precision than Facter 3   
 

  
 
 
 
 

 
Change By: 
 Luchian Nemes  
 

  
 
 
 
 

 
 While running *puppet facts diff* on several operating systems (see in document below  the  os for each fact), I got the following output:{code:json}{  "memory.swap.capacity": {"new_value": "0.00%","old_value": "0%"  },  "swapsize_mb": {"new_value": 980.0,"old_value": 979.99609375  },  "memorysize_mb": {"new_value": 7953.32,"old_value": 7953.3203125  },  "swapfree_mb": {"new_value": 501.29,"old_value": 501.28515625  },  "load_averages.1m": {"new_value": 1.21214,"old_value": 1.1436767578125  },  "load_averages.5m": {"new_value": 1.37865,"old_value": 1.3682098388671875  },  "load_averages.15m": {"new_value": 1.34709,"old_value": 1.3434600830078125  },  "memoryfree_mb": {"new_value": 4021.88,"old_value": 4023.265625  }}{code}Note: *EXCLUDE_LIST* from https://github.com/puppetlabs/puppet/blob/6.x/lib/puppet/face/facts.rb#L5 needs to be manually emptied to see above results.More info: [https://docs.google.com/document/d/1QlX_mv17fZ4eVZa9zHxvTRVJ5sq88aj3GjUC6lVFiz0/edit#heading=h.gnnvlmulav1v]  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
  

Jira (FACT-2967) Facter 4 outputs several facts with different precision than Facter 3

2021-03-12 Thread Luchian Nemes (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Luchian Nemes created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2967  
 
 
  Facter 4 outputs several facts with different precision than Facter 3   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Created: 
 2021/03/12 6:47 AM  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 Luchian Nemes  
 

  
 
 
 
 

 
 While running puppet facts diff on several operating systems (see in document below os for each fact), I got the following output:  
 
 
 
 
 {  
 
 
   "memory.swap.capacity": {  
 
 
 "new_value": "0.00%",  
 
 
 "old_value": "0%"  
 
 
   },  
 
 
   "swapsize_mb": {  
 
 
 "new_value": 980.0,  
 

Jira (FACT-2966) Facter 4 outputs some uptime facts differently on Windows

2021-03-12 Thread Luchian Nemes (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Luchian Nemes updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2966  
 
 
  Facter 4 outputs some uptime facts differently on Windows   
 

  
 
 
 
 

 
Change By: 
 Luchian Nemes  
 

  
 
 
 
 

 
 While running *puppet facts diff* on Windows 10 Enterprise 32bit, Windows 2019 64 bit in Japanese and Windows 2012r2 FIPS 64 bit, I got the following output:{code:json}{ {   "system_uptime.uptime": {"new_value": "1:3 hours","old_value": "1:02 hours"  },  "uptime": {"new_value": "1:3 hours","old_value": "1:02 hours"  }} } {code}Note: *EXCLUDE_LIST* from https://github.com/puppetlabs/puppet/blob/6.x/lib/puppet/face/facts.rb#L5 needs to be manually emptied to see above results.More info: [https://docs.google.com/document/d/1QlX_mv17fZ4eVZa9zHxvTRVJ5sq88aj3GjUC6lVFiz0/edit#heading=h.gnnvlmulav1v]  
 

  
 
 
 
 

 
 
 

 
 
 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 

Jira (FACT-2966) Facter 4 outputs some uptime facts differently on Windows

2021-03-12 Thread Luchian Nemes (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Luchian Nemes updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2966  
 
 
  Facter 4 outputs some uptime facts differently on Windows   
 

  
 
 
 
 

 
Change By: 
 Luchian Nemes  
 
 
Acceptance Criteria: 
 *Minutes should always be two digits. Would be best to check minutes padding for other time based facts  also  too .*  
 

  
 
 
 
 

 
 
 

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


Jira (FACT-2966) Facter 4 outputs some uptime facts differently on Windows

2021-03-12 Thread Luchian Nemes (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Luchian Nemes created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2966  
 
 
  Facter 4 outputs some uptime facts differently on Windows   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Created: 
 2021/03/12 6:35 AM  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 Luchian Nemes  
 

  
 
 
 
 

 
 While running puppet facts diff on Windows 10 Enterprise 32bit, Windows 2019 64 bit in Japanese and Windows 2012r2 FIPS 64 bit, I got the following output:  
 
 
 
 
 {  
 
 
 {  
 
 
   "system_uptime.uptime": {  
 
 
 "new_value": "1:3 hours",  
 
 
 "old_value": "1:02 hours"  
 
 
   },  
 
 
   "uptime": {  
 
  

Jira (FACT-2965) Facter 4 outputs the processors.speed fact differently on AIX

2021-03-12 Thread Luchian Nemes (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Luchian Nemes created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2965  
 
 
  Facter 4 outputs the processors.speed fact differently on AIX   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Created: 
 2021/03/12 6:29 AM  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 Luchian Nemes  
 

  
 
 
 
 

 
 Running puppet facts diff on AIX 7.1 and AIX 7.2 gives the following output:  
 
 
 
 
 {  
 
 
   {  
 
 
   "processors.speed": {  
 
 
 "new_value": "3.42 GHz",  
 
 
 "old_value": "3.43 GHz"  
 
 
   }  
 
 
 }
  
 
 

Jira (FACT-2964) Facter 4 outputs mountpoints facts differently on AIX

2021-03-12 Thread Luchian Nemes (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Luchian Nemes updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2964  
 
 
  Facter 4 outputs mountpoints facts differently on AIX   
 

  
 
 
 
 

 
Change By: 
 Luchian Nemes  
 

  
 
 
 
 

 
 Running *puppet facts diff* on AIX 7.1 and AIX 7.2 gives the following output:{code:json}{  "mountpoints./.capacity": {"new_value": "24.86%","old_value": "57.10%"  },  "mountpoints./.used": {"new_value": "509.04 MiB","old_value": "2.00 GiB"  },  "mountpoints./.used_bytes": {"new_value": 533770240,"old_value": 2147483648  },  "mountpoints./admin.capacity": {"new_value": "0.28%","old_value": "50.07%"  },  "mountpoints./admin.used": {"new_value": "364.00 KiB","old_value": "128.00 MiB"  },  "mountpoints./admin.used_bytes": {"new_value": 372736,"old_value": 134217728  },  "mountpoints./home.capacity": {"new_value": "0.02%","old_value": "50.01%"  },  "mountpoints./home.used": {"new_value": "1004.00 KiB","old_value": "4.00 GiB"  },  "mountpoints./home.used_bytes": {"new_value": 1028096,"old_value": 4294967296  },  "mountpoints./opt.capacity": {"new_value": "18.86%","old_value": "55.20%"  },  "mountpoints./opt.used": {"new_value": "1.13 GiB","old_value": "6.00 GiB"  },  "mountpoints./opt.used_bytes": {"new_value": 1214803968,"old_value": 6442450944  },  "mountpoints./tmp.capacity": {"new_value": "3.41%","old_value": "50.87%"  },  "mountpoints./tmp.used": {"new_value": "69.89 MiB","old_value": "2.00 GiB"  },  "mountpoints./tmp.used_bytes": {"new_value": 73281536,"old_value": 2147483648  },  "mountpoints./usr.capacity": {"new_value": "43.94%","old_value": "64.08%"  },  "mountpoints./usr.used": {"new_value": "2.20 GiB","old_value": "5.00 GiB"  },  "mountpoints./usr.used_bytes": {"new_value": 2358939648,"old_value": 5368709120  },  "mountpoints./var.capacity": {"new_value": "4.85%","old_value": "51.24%"  },  "mountpoints./var.used": {"new_value": "446.80 MiB","old_value": "9.00 GiB"  },  "mountpoints./var.used_bytes": {"new_value": 468504576,"old_value": 9663676416  },  "mountpoints./var/adm/ras/livedump.capacity": {"new_value": "0.14%","old_value": "50.04%"  },  "mountpoints./var/adm/ras/livedump.used": {"new_value": "368.00 KiB","old_value": "256.00 MiB"  },  "mountpoints./var/adm/ras/livedump.used_bytes": {"new_value": 376832,"old_value": 268435456  }}{code} Note:* EXCLUDE_LIST* from https://github.com/puppetlabs/puppet/blob/6.x/lib/puppet/face/facts.rb#L5 needs to be manually emptied to see above results. More info: [https://docs.google.com/document/d/1QlX_mv17fZ4eVZa9zHxvTRVJ5sq88aj3GjUC6lVFiz0/edit#heading=h.gnnvlmulav1v]  
 

  
 
 
 
 

  

Jira (FACT-2964) Facter 4 outputs mountpoints facts differently on AIX

2021-03-12 Thread Luchian Nemes (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Luchian Nemes updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2964  
 
 
  Facter 4 outputs mountpoints facts differently on AIX   
 

  
 
 
 
 

 
Change By: 
 Luchian Nemes  
 

  
 
 
 
 

 
 Running *puppet facts diff* on AIX 7.1 and AIX 7.2 gives the following output:{code:json}{  "mountpoints./.capacity": {"new_value": "24.86%","old_value": "57.10%"  },  "mountpoints./.used": {"new_value": "509.04 MiB","old_value": "2.00 GiB"  },  "mountpoints./.used_bytes": {"new_value": 533770240,"old_value": 2147483648  },  "mountpoints./admin.capacity": {"new_value": "0.28%","old_value": "50.07%"  },  "mountpoints./admin.used": {"new_value": "364.00 KiB","old_value": "128.00 MiB"  },  "mountpoints./admin.used_bytes": {"new_value": 372736,"old_value": 134217728  },  "mountpoints./home.capacity": {"new_value": "0.02%","old_value": "50.01%"  },  "mountpoints./home.used": {"new_value": "1004.00 KiB","old_value": "4.00 GiB"  },  "mountpoints./home.used_bytes": {"new_value": 1028096,"old_value": 4294967296  },  "mountpoints./opt.capacity": {"new_value": "18.86%","old_value": "55.20%"  },  "mountpoints./opt.used": {"new_value": "1.13 GiB","old_value": "6.00 GiB"  },  "mountpoints./opt.used_bytes": {"new_value": 1214803968,"old_value": 6442450944  },  "mountpoints./tmp.capacity": {"new_value": "3.41%","old_value": "50.87%"  },  "mountpoints./tmp.used": {"new_value": "69.89 MiB","old_value": "2.00 GiB"  },  "mountpoints./tmp.used_bytes": {"new_value": 73281536,"old_value": 2147483648  },  "mountpoints./usr.capacity": {"new_value": "43.94%","old_value": "64.08%"  },  "mountpoints./usr.used": {"new_value": "2.20 GiB","old_value": "5.00 GiB"  },  "mountpoints./usr.used_bytes": {"new_value": 2358939648,"old_value": 5368709120  },  "mountpoints./var.capacity": {"new_value": "4.85%","old_value": "51.24%"  },  "mountpoints./var.used": {"new_value": "446.80 MiB","old_value": "9.00 GiB"  },  "mountpoints./var.used_bytes": {"new_value": 468504576,"old_value": 9663676416  },  "mountpoints./var/adm/ras/livedump.capacity": {"new_value": "0.14%","old_value": "50.04%"  },  "mountpoints./var/adm/ras/livedump.used": {"new_value": "368.00 KiB","old_value": "256.00 MiB"  },  "mountpoints./var/adm/ras/livedump.used_bytes": {"new_value": 376832,"old_value": 268435456  }}{code}Note:* EXCLUDE_LIST* from https://github.com/puppetlabs/puppet/blob/6.x/lib/puppet/face/facts.rb#L5 needs to be manually emptied to see above results.More info: [https://docs.google.com/document/d/1QlX_mv17fZ4eVZa9zHxvTRVJ5sq88aj3GjUC6lVFiz0/edit#heading=h.gnnvlmulav1v]  
 

  
 
 
 
 


Jira (FACT-2964) Facter 4 outputs mountpoints facts differently on AIX

2021-03-12 Thread Luchian Nemes (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Luchian Nemes updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2964  
 
 
  Facter 4 outputs mountpoints facts differently on AIX   
 

  
 
 
 
 

 
Change By: 
 Luchian Nemes  
 

  
 
 
 
 

 
 Running *puppet facts diff* on AIX 7.1 and AIX 7.2 gives the following output:{code:json}{"mountpoints./.capacity": {  "new_value": "24.86%",  "old_value": "57.10%"},"mountpoints./.used": {  "new_value": "509.04 MiB",  "old_value": "2.00 GiB"},"mountpoints./.used_bytes": {  "new_value": 533770240,  "old_value": 2147483648},"mountpoints./admin.capacity": {  "new_value": "0.28%",  "old_value": "50.07%"},"mountpoints./admin.used": {  "new_value": "364.00 KiB",  "old_value": "128.00 MiB"},"mountpoints./admin.used_bytes": {  "new_value": 372736,  "old_value": 134217728},"mountpoints./home.capacity": {  "new_value": "0.02%",  "old_value": "50.01%"},"mountpoints./home.used": {  "new_value": "1004.00 KiB",  "old_value": "4.00 GiB"},"mountpoints./home.used_bytes": {  "new_value": 1028096,  "old_value": 4294967296},"mountpoints./opt.capacity": {  "new_value": "18.86%",  "old_value": "55.20%"},"mountpoints./opt.used": {  "new_value": "1.13 GiB",  "old_value": "6.00 GiB"},"mountpoints./opt.used_bytes": {  "new_value": 1214803968,  "old_value": 6442450944},"mountpoints./tmp.capacity": {  "new_value": "3.41%",  "old_value": "50.87%"},"mountpoints./tmp.used": {  "new_value": "69.89 MiB",  "old_value": "2.00 GiB"},"mountpoints./tmp.used_bytes": {  "new_value": 73281536,  "old_value": 2147483648},"mountpoints./usr.capacity": {  "new_value": "43.94%",  "old_value": "64.08%"},"mountpoints./usr.used": {  "new_value": "2.20 GiB",  "old_value": "5.00 GiB"},"mountpoints./usr.used_bytes": {  "new_value": 2358939648,  "old_value": 5368709120},"mountpoints./var.capacity": {  "new_value": "4.85%",  "old_value": "51.24%"},"mountpoints./var.used": {  "new_value": "446.80 MiB",  "old_value": "9.00 GiB"},"mountpoints./var.used_bytes": {  "new_value": 468504576,  "old_value": 9663676416},"mountpoints./var/adm/ras/livedump.capacity": {  "new_value": "0.14%",  "old_value": "50.04%"},"mountpoints./var/adm/ras/livedump.used": {  "new_value": "368.00 KiB",  "old_value": "256.00 MiB"},"mountpoints./var/adm/ras/livedump.used_bytes": {  "new_value": 376832,  "old_value": 268435456}   }{code}More info: 

Jira (FACT-2964) Facter 4 outputs mountpoints facts differently on AIX

2021-03-12 Thread Luchian Nemes (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Luchian Nemes updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2964  
 
 
  Facter 4 outputs mountpoints facts differently on AIX   
 

  
 
 
 
 

 
Change By: 
 Luchian Nemes  
 

  
 
 
 
 

 
 Running *puppet facts diff* on AIX 7.1 and AIX 7.2 gives the following output:{code:json}{"mountpoints./.capacity": {  "new_value": "24.86%",  "old_value": "57.10%"},"mountpoints./.used": {  "new_value": "509.04 MiB",  "old_value": "2.00 GiB"},"mountpoints./.used_bytes": {  "new_value": 533770240,  "old_value": 2147483648},"mountpoints./admin.capacity": {  "new_value": "0.28%",  "old_value": "50.07%"},"mountpoints./admin.used": {  "new_value": "364.00 KiB",  "old_value": "128.00 MiB"},"mountpoints./admin.used_bytes": {  "new_value": 372736,  "old_value": 134217728},"mountpoints./home.capacity": {  "new_value": "0.02%",  "old_value": "50.01%"},"mountpoints./home.used": {  "new_value": "1004.00 KiB",  "old_value": "4.00 GiB"},"mountpoints./home.used_bytes": {  "new_value": 1028096,  "old_value": 4294967296},"mountpoints./opt.capacity": {  "new_value": "18.86%",  "old_value": "55.20%"},"mountpoints./opt.used": {  "new_value": "1.13 GiB",  "old_value": "6.00 GiB"},"mountpoints./opt.used_bytes": {  "new_value": 1214803968,  "old_value": 6442450944},"mountpoints./tmp.capacity": {  "new_value": "3.41%",  "old_value": "50.87%"},"mountpoints./tmp.used": {  "new_value": "69.89 MiB",  "old_value": "2.00 GiB"},"mountpoints./tmp.used_bytes": {  "new_value": 73281536,  "old_value": 2147483648},"mountpoints./usr.capacity": {  "new_value": "43.94%",  "old_value": "64.08%"},"mountpoints./usr.used": {  "new_value": "2.20 GiB",  "old_value": "5.00 GiB"},"mountpoints./usr.used_bytes": {  "new_value": 2358939648,  "old_value": 5368709120},"mountpoints./var.capacity": {  "new_value": "4.85%",  "old_value": "51.24%"},"mountpoints./var.used": {  "new_value": "446.80 MiB",  "old_value": "9.00 GiB"},"mountpoints./var.used_bytes": {  "new_value": 468504576,  "old_value": 9663676416},"mountpoints./var/adm/ras/livedump.capacity": {  "new_value": "0.14%",  "old_value": "50.04%"},"mountpoints./var/adm/ras/livedump.used": {  "new_value": "368.00 KiB",  "old_value": "256.00 MiB"},"mountpoints./var/adm/ras/livedump.used_bytes": {  "new_value": 376832,  "old_value": 268435456}}{code}More info: 

Jira (FACT-2964) Facter 4 outputs mountpoints facts differently on AIX

2021-03-12 Thread Luchian Nemes (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Luchian Nemes created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2964  
 
 
  Facter 4 outputs mountpoints facts differently on AIX   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Created: 
 2021/03/12 6:22 AM  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 Luchian Nemes  
 

  
 
 
 
 

 
 Running puppet facts diff on AIX 7.1 and AIX 7.2 gives the following output:  
 
 
 
 
 {  
 
 
 "mountpoints./.capacity": {  
 
 
   "new_value": "24.86%",  
 
 
   "old_value": "57.10%"  
 
 
 },  
 
 
 "mountpoints./.used": {  
 
 
   "new_value": "509.04 MiB",  
 
 

Jira (FACT-2963) Facter 4 outputs networking facts differently on AIX

2021-03-12 Thread Luchian Nemes (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Luchian Nemes updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2963  
 
 
  Facter 4 outputs networking facts differently on AIX   
 

  
 
 
 
 

 
Change By: 
 Luchian Nemes  
 

  
 
 
 
 

 
 Running *puppet facts diff* on AIX 7.1 and AIX 7.2 gives the following output:   {code:json}{  "network6_lo0": {"new_value": "::1","old_value": "::"  },  "networking.interfaces.lo0.bindings6.0.network": {"new_value": "::1","old_value": "::"  },  "networking.interfaces.lo0.network6": {"new_value": "::1","old_value": "::"  }}{code}More info: [https://docs.google.com/document/d/1QlX_mv17fZ4eVZa9zHxvTRVJ5sq88aj3GjUC6lVFiz0/edit#heading=h.gnnvlmulav1v]   
 

  
 
 
 
 

 
 
 

 
 
 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 

Jira (FACT-2963) Facter 4 outputs networking facts differently on AIX

2021-03-12 Thread Luchian Nemes (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Luchian Nemes updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2963  
 
 
  Facter 4 outputs networking facts differently on AIX   
 

  
 
 
 
 

 
Change By: 
 Luchian Nemes  
 

  
 
 
 
 

 
 Running *puppet facts diff* on AIX 7.1 and AIX 7.2 gives the following output: {code: java json }{  "network6_lo0": {"new_value": "::1","old_value": "::"  },  "networking.interfaces.lo0.bindings6.0.network": {"new_value": "::1","old_value": "::"  },  "networking.interfaces.lo0.network6": {"new_value": "::1","old_value": "::"  }}{code}More info: [https://docs.google.com/document/d/1QlX_mv17fZ4eVZa9zHxvTRVJ5sq88aj3GjUC6lVFiz0/edit#heading=h.gnnvlmulav1v]   
 

  
 
 
 
 

 
 
 

 
 
 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 

Jira (FACT-2963) Facter 4 outputs networking facts differently on AIX

2021-03-12 Thread Luchian Nemes (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Luchian Nemes updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2963  
 
 
  Facter 4 outputs networking facts differently on AIX   
 

  
 
 
 
 

 
Change By: 
 Luchian Nemes  
 

  
 
 
 
 

 
 Running *puppet facts diff* on AIX 7.1 and AIX 7.2 gives the following output: {code:java}{  "network6_lo0": {"new_value": "::1","old_value": "::"  },  "networking.interfaces.lo0.bindings6.0.network": {"new_value": "::1","old_value": "::"  },  "networking.interfaces.lo0.network6": {"new_value": "::1","old_value": "::"  }}{code}More info: [https://docs.google.com/document/d/1QlX_mv17fZ4eVZa9zHxvTRVJ5sq88aj3GjUC6lVFiz0/edit#heading=h.gnnvlmulav1v]   
 

  
 
 
 
 

 
 
 

 
 
 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 

Jira (FACT-2963) Facter 4 outputs networking facts differently on AIX

2021-03-12 Thread Luchian Nemes (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Luchian Nemes created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2963  
 
 
  Facter 4 outputs networking facts differently on AIX   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Affects Versions: 
 FACT 4.0.44  
 
 
Assignee: 
 Unassigned  
 
 
Created: 
 2021/03/12 5:52 AM  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 Luchian Nemes  
 

  
 
 
 
 

 
 
 

 
 
 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 

Jira (PUP-10965) Puppet noop mode is not noop for modules or facts

2021-03-12 Thread Rune Darrud (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rune Darrud created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-10965  
 
 
  Puppet noop mode is not noop for modules or facts   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Affects Versions: 
 PUP 6.21.1, PUP 7.4.1  
 
 
Assignee: 
 Unassigned  
 
 
Created: 
 2021/03/12 4:16 AM  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 Rune Darrud  
 

  
 
 
 
 

 
 Puppet Version: 7.4.1 / 6.21.1 Puppet Server Version: 7.0.2 OS Name/Version: Windows Server 2016, Debian Buster, RedHat 8.2 The "noop" option for the agent and servers does not do what it has described. It changes local files to actually report what configuration steps it needs to do. Desired Behavior:  
 
 
 
 
 puppet agent -t --noop  
 
 
 
  Reports what facts it will import, what modules are missing locally, actually does no changes. Actual Behavior:   
 
 
 
 
 puppet agent -t --noop  
 
 
 
  Downloads any modified module files with their facts (rb), downloads any facts.d files, executes 

Jira (PUP-10964) unable to use package task to install gems with puppet_gem provider on Windows

2021-03-12 Thread Gabriel Nagy (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Gabriel Nagy created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-10964  
 
 
  unable to use package task to install gems with puppet_gem provider on Windows   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Affects Versions: 
 PUP 7.5.0  
 
 
Assignee: 
 Unassigned  
 
 
Created: 
 2021/03/12 4:05 AM  
 
 
Fix Versions: 
 PUP 7.6.0  
 
 
Labels: 
 jira_escalated  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 Gabriel Nagy  
 

  
 
 
 
 

 
 Puppet Version: 7.0.0 - 7.5.0 Puppet Server Version: PE 2021 OS Name/Version: Windows agents After the changes done in PUP-10677, the puppet_gem provider is no longer functional on Windows if the PUPPET_DIR environment variable is not present. The variable is set in environment.bat, which we source when executing puppet.bat and the puppet service. However, if Puppet is used without envionment.bat, or as a library in a ruby file, the variables may not be present. See https://github.com/puppetlabs/puppetlabs-package/blob/main/tasks/init.rb for an example. Desired Behavior: Running the package task with the following parameters in PE passes: Task parameters: action: install name: pry provider: puppet_gem Actual Behavior: Running the task fails with the following:  
 
 
 
 
 Error: Provider puppet_gem package command is not functional on this host  
 

Jira (FACT-2960) Facter.conf doesn't accept in ttls singular form of time measure words

2021-03-12 Thread Dorin Pleava (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Dorin Pleava updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2960  
 
 
  Facter.conf doesn't accept in ttls singular form of time measure words   
 

  
 
 
 
 

 
Change By: 
 Dorin Pleava  
 
 
Fix Version/s: 
 FACT 4.0.52  
 

  
 
 
 
 

 
 
 

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


Jira (FACT-2962) Facter 4 should accept the same time units in ttls (config file field) as Facter 3

2021-03-12 Thread Dorin Pleava (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Dorin Pleava updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2962  
 
 
  Facter 4 should accept the same time units in ttls (config file field) as Facter 3   
 

  
 
 
 
 

 
Change By: 
 Dorin Pleava  
 
 
Fix Version/s: 
 FACT 4.0.52  
 

  
 
 
 
 

 
 
 

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