Uploaded image for project: 'Facter'
  1. Facter
  2. FACT-2544

Move cached-custom-facts to a new section in facter.conf

    XMLWordPrintable

Details

    • Night's Watch
    • 2
    • NW - 2020-04-15, NW - 2020-04-29
    • Enhancement
    • Hide
      cached-custom-facts moved to a new section in facter.conf file.
      The new section is called fact-groups.
      Show
      cached-custom-facts moved to a new section in facter.conf file. The new section is called fact-groups.
    • Needs Assessment

    Description

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

       

      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: {
         cached-custom-facts: ['','']
       }
      

      Attachments

        Activity

          People

            dorin.pleava Dorin Pleava
            florin.dragos Florin Dragos
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Zendesk Support