josh
01/31/2023, 4:56 PMinclude_legacy_facts controls whether the agent sends legacy facts to the server, but they are still available for type/provider confines/suitability. I see @smortex submitted a PR for fqdn_rand, which we'll need to update in 7.x. In Puppet 8, we're going to switch all of puppet's type/providers to using structured facts, so that we can finally cut the cord on legacy facts.bastelfreak
01/31/2023, 4:56 PMBrian Schonecker
01/31/2023, 5:37 PMBrian Schonecker
01/31/2023, 5:37 PMBrian Schonecker
01/31/2023, 5:38 PMnatemccurdy
01/31/2023, 5:39 PMorder than the rest of the fragments.Brian Schonecker
01/31/2023, 5:39 PMnatemccurdy
01/31/2023, 5:39 PMBrian Schonecker
01/31/2023, 5:40 PMnatemccurdy
01/31/2023, 5:40 PMinclude oradb::tsnames::header
Then create that new class called oradb::tsnames::header that contains just a single concat::fragmentnatemccurdy
01/31/2023, 5:40 PMinclude oradb::tsnames::header
Then create that new class called oradb::tsnames::header that contains just a single concat::fragmentnatemccurdy
01/31/2023, 5:41 PMBrian Schonecker
01/31/2023, 5:41 PMnatemccurdy
01/31/2023, 5:41 PMinclude <some_class>natemccurdy
01/31/2023, 5:42 PMinclude <some_class>Brian Schonecker
01/31/2023, 5:42 PMDr Bunsen Honeydew
01/31/2023, 5:45 PMBrian Schonecker
01/31/2023, 6:29 PMnatemccurdy
01/31/2023, 6:42 PMSlackbot
01/31/2023, 7:00 PMvchepkov
01/31/2023, 7:03 PMBrian Schonecker
01/31/2023, 8:34 PMSlackbot
01/31/2023, 9:19 PMnatemccurdy
01/31/2023, 9:40 PMif condition to check of the $package_name variable is set: https://github.com/voxpupuli/puppet-unbound/blob/1.3.2/manifests/init.pp#L79
2) And for freeBSD, it's set to undef, which means the package will not be installed: https://github.com/voxpupuli/puppet-unbound/blob/1.3.2/manifests/params.pp#L50natemccurdy
01/31/2023, 9:44 PMunbound module with the package_name parameter set to an empty string. e.g.
class { 'unbound':
package_name => '',
}
B) Or if you use Hiera, add an environment level piece of Hiera data for unbound::package_name that is the empty string: ''natemccurdy
01/31/2023, 9:46 PMunbound module with the package_name parameter set to an empty string. e.g.
class { 'unbound':
package_name => '',
}
B) Or if you use Hiera, add an environment level piece of Hiera data for unbound::package_name that is the empty string: '' . e.g.
---
# Somewhere in an environment-level Hiera data file.
unbound::package_name: ''Slackbot
01/31/2023, 11:19 PMramindk
02/01/2023, 5:32 AMblink
02/01/2023, 9:28 AMfacter -p
show correct value of custom facts but
puppet facts
show old one
puppetserver version: 7.9.3
puppet 7.21.0
puppetdb version: 7.12.0
facter 4.2.14
any advise how to manage that ?Slackbot
02/01/2023, 10:41 AM