Massimiliano (Max)
07/24/2022, 6:04 PMipset module (though I don't know yet, if I belong to proper group in Voxpupuli, but I'll discover it soon).
I was using the instructions on Voxpupuli and I ran the command: bundle exec rake release
I got this error:
remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
1. I can create a PR for Voxpupuli website and amend the command (what was the repo name for the website? 🙂 )
2. do you know the correct command on top of your head?Massimiliano (Max)
07/24/2022, 6:10 PMbastelfreak
07/24/2022, 6:16 PMbastelfreak
07/24/2022, 6:16 PMMassimiliano (Max)
07/25/2022, 8:36 AMVoxBot
07/25/2022, 8:22 PMSlackbot
07/26/2022, 2:33 AMvchepkov
07/27/2022, 12:59 AMpuppet/rhsm 5.1.0 added a resource dependency cyclesDr Bunsen Honeydew
07/27/2022, 12:59 AMpuppet-rhsm module at https://forge.puppet.com/puppet/rhsm?src=slack&channel=voxpupulivchepkov
07/27/2022, 1:02 AMFile[/etc/yum.repos.d/redhat.repo] => Class[Rhsm] => Class[Yum] => File[/etc/yum.repos.d] => File[/etc/yum.repos.d/redhat.repobastelfreak
07/27/2022, 6:17 AMbastelfreak
07/27/2022, 6:17 AMAlex Fisher
07/27/2022, 10:26 AMAlex Fisher
07/27/2022, 10:26 AMAlex Fisher
07/27/2022, 10:27 AMClass[Rhsm] and Class[Yum] in your profiles?Alex Fisher
07/27/2022, 10:31 AMpurge_unmanaged_repos is true https://github.com/voxpupuli/puppet-yum/pull/258/files#diff-c6c3a824d185ff01e063011517a1b13a604dc3d7b63d1c67a30451c10df02bcbR122 might also help.Alex Fisher
07/27/2022, 10:31 AMvchepkov
07/27/2022, 11:05 AMvchepkov
07/27/2022, 11:07 AMvchepkov
07/27/2022, 11:10 AM# grep -E "yumrepo|yum.repos.d" /opt/puppetlabs/puppet/cache/state/resources.txt
file[/etc/yum.repos.d]
yumrepo[epel]
yumrepo[vvc]
yumrepo[vvc-source]
yumrepo[choria_release]
yumrepo[choria_nightly]
yumrepo[puppet-tools]
file[/etc/yum.repos.d/pe_repo.repo]
file[/etc/yum.repos.d/pc_repo.repo]
yumrepo[puppet_enterprise]vchepkov
07/27/2022, 11:11 AMvchepkov
07/27/2022, 11:13 AMif $purge_enable {
# disable unauthorized repositories
purge { 'yumrepo':
manage_property => 'enabled',
state => '0',
unless => ['baseurl', '=~', $satellite::client::server],
}
}Lumiere
07/27/2022, 8:13 PMError: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Error while evaluating a Resource Statement, Could not autoload puppet/type/splunk_config: Could not autoload puppet/provider/splunk_metadata/ini_setting: no such file to load -- puppet/util/ini_file
on first run (or on puppet apply and how to fix it in tests)bastelfreak
07/27/2022, 8:14 PMLumiere
07/27/2022, 8:15 PMbastelfreak
07/27/2022, 8:15 PMbastelfreak
07/27/2022, 8:16 PMLumiere
07/27/2022, 8:17 PMLumiere
07/27/2022, 8:18 PMLumiere
07/27/2022, 8:18 PM