Jira (FACT-2544) Move cached-custom-facts to a new section in facter.conf

0 views
Skip to first unread message

Florin Dragos (Jira)

unread,
Apr 10, 2020, 4:23:03 AM4/10/20
to puppe...@googlegroups.com
Florin Dragos created an issue
 
Facter / Improvement FACT-2544
Move cached-custom-facts to a new section in facter.conf
Issue Type: Improvement Improvement
Assignee: Unassigned
Created: 2020/04/10 1:22 AM
Priority: Normal Normal
Reporter: Florin Dragos

Users should be able to define new fact groups in facter.conf

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

Mihai Buzgau (Jira)

unread,
Apr 10, 2020, 4:27:03 AM4/10/20
to puppe...@googlegroups.com

Mihai Buzgau (Jira)

unread,
Apr 10, 2020, 4:27:04 AM4/10/20
to puppe...@googlegroups.com

Bogdan Irimie (Jira)

unread,
Apr 10, 2020, 4:27:04 AM4/10/20
to puppe...@googlegroups.com
Bogdan Irimie updated an issue
Change By: Bogdan Irimie
Users should be able to define new fact groups in facter.conf

 

{code}
facts : {
  blocklist : [ "file system", "EC2", "os.name" ],
  ttls : [
    { "timezone" : 30 days },
  ]
}
global : {
  external-dir     : [ "./external_facts"],
  custom-dir       : [ "./custom-facts", "./custom-facts2" ],
  no-external-facts : false,
  no-custom-facts  : false,
  no-ruby          : false
  show-legacy      : false
}

cli : {
  debug     : false,
  trace     : false,
  verbose   : true,
}

fact facts -groups: {
   my_group: ['value'],
   my_group2: ['value2'],
   cached-custom-facts: ['','']
}
{code}

Mihai Buzgau (Jira)

unread,
Apr 10, 2020, 4:27:04 AM4/10/20
to puppe...@googlegroups.com

Mihai Buzgau (Jira)

unread,
Apr 10, 2020, 4:27:04 AM4/10/20
to puppe...@googlegroups.com

Mihai Buzgau (Jira)

unread,
Apr 10, 2020, 4:27:04 AM4/10/20
to puppe...@googlegroups.com

Bogdan Irimie (Jira)

unread,
Apr 10, 2020, 4:27:04 AM4/10/20
to puppe...@googlegroups.com
Bogdan Irimie updated an issue
Change By: Bogdan Irimie
Users should be able to define new fact groups in facter.conf

 

{code}
facts : {
  blocklist : [ "file system", "EC2", "os.name" ],
  ttls : [
    { "timezone" : 30 days },
  ]
}
global : {
  external-dir     : [ "./external_facts"],
  custom-dir       : [ "./custom-facts", "./custom-facts2" ],
  no-external-facts : false,
  no-custom-facts  : false,
  no-ruby          : false
  show-legacy      : false
}

cli : {
  debug     : false,
  trace     : false,
  verbose   : true,
}

fact-groups: {

   my_group: ['value'],
   my_group2: ['value2'],
   cached-custom-facts: ['','']
}
{code}

Mihai Buzgau (Jira)

unread,
Apr 10, 2020, 4:28:03 AM4/10/20
to puppe...@googlegroups.com
Mihai Buzgau updated an issue
Change By: Mihai Buzgau
Users should be able to define new fact groups in facter.conf

 
{code}facts : {
  blocklist : [ "file system", "EC2", "os.name" ],
  ttls : [
    { "timezone" : 30 days },
  ]
}
global : {
  external-dir     : [ "./external_facts"],
  custom-dir       : [ "./custom-facts", "./custom-facts2" ],
  no-external-facts : false,
  no-custom-facts  : false,
  no-ruby          : false
  show-legacy      : false
}

cli : {
  debug     : false,
  trace     : false,
  verbose   : true,
}

facts fact -groups: {
   my_group: ['value'],
   my_group2: ['value2'],
   cached-custom-facts: ['','']
}
{code}

Bogdan Irimie (Jira)

unread,
Apr 10, 2020, 4:29:02 AM4/10/20
to puppe...@googlegroups.com
Bogdan Irimie updated an issue
Change By: Bogdan Irimie
Users should be able to define new fact groups in facter.conf

 
{code}facts : {
  blocklist : [ "file system", "EC2", "os.name" ],
  ttls : [
    { "timezone" : 30 days },
  ]
}
global : {
  external-dir     : [ "./external_facts"],
  custom-dir       : [ "./custom-facts", "./custom-facts2" ],
  no-external-facts : false,
  no-custom-facts  : false,
  no-ruby          : false
  show-legacy      : false
}

cli : {
  debug     : false,
  trace     : false,
  verbose   : true,
}

fact-groups: {
   my_group: ['value'],
   my_group2: ['value2'],
   cached-custom-facts: ['','']
}
{code}

Mihai Buzgau (Jira)

unread,
Apr 10, 2020, 4:30:02 AM4/10/20
to puppe...@googlegroups.com

Mihai Buzgau (Jira)

unread,
Apr 10, 2020, 8:16:03 AM4/10/20
to puppe...@googlegroups.com

Mihai Buzgau (Jira)

unread,
Apr 15, 2020, 3:34:03 AM4/15/20
to puppe...@googlegroups.com
Mihai Buzgau updated an issue
Change By: Mihai Buzgau
Sprint: NW - 2020-04-15 , NW - 2020-04-29

Gabriel Nagy (Jira)

unread,
Apr 23, 2020, 8:32:04 AM4/23/20
to puppe...@googlegroups.com
Gabriel Nagy updated an issue
Change By: Gabriel Nagy
Fix Version/s: FACT 3.14.10
Fix Version/s: FACT 3.11.13

Claire Cadman (Jira)

unread,
Apr 28, 2020, 8:57:04 AM4/28/20
to puppe...@googlegroups.com

otheus (Jira)

unread,
Oct 7, 2022, 3:28:03 PM10/7/22
to puppe...@googlegroups.com
otheus commented on Improvement FACT-2544
 
Re: Move cached-custom-facts to a new section in facter.conf

This ticket was self-conflicting. The title and description conflict in their goals. "Move <cached-custom-facts> to a new section". Why? What was wrong with them in the "facts" configuration? Then the Description says "Users should be able to define new fact groups".  But this is not at all what was implemented.

It's also a very strange to force all custom facts to have the same ttl. 

This message was sent by Atlassian Jira (v8.20.11#820011-sha1:0629dd8)
Atlassian logo
Reply all
Reply to author
Forward
0 new messages