treydock

Results 151 comments of treydock

Looking at my configs I am using this in my common.yaml: ```yaml postfix::mydestination: 'blank' postfix::mta: true postfix::relayhost: '[mail.OMIT]' ``` This is what forces all Postfix mail through my site's relay...

@dalen, thanks for the information. Would it be possible to install puppetexplorer using the module supported method on the PuppetDB host then ProxyPass (or some other Apache method) all connections...

Generally logrotate runs once a day via cron. Sometimes people configure it for hourly. The interval is undefined in the file we distribute and so it relies on the global...

We can't GPG sign ondemand-release-web RPM because that RPM is the one that deploys the GPG key. That RPM is purposely not signed to avoid circular dependencies.

There must be a config on your system forcing GPG checks when it's not needed. I can't reproduce on fresh instance: ``` $ docker run --rm -it --platform linux/amd64 rockylinux:8.8...

I think this might be a documentation change. I'm fairly certain, though not 100%, that when we omit the age parameters from our tmpfiles the defaults from OS files are...

@johrstrom Few warnings not sure we can easily clear up: ``` /home/runner/vendor/bundle/ruby/3.2.0/gems/sprockets-3.7.2/lib/sprockets/erb_processor.rb:21: warning: Passing safe_level with the 2nd argument of ERB.new is deprecated. Do not use it, and specify other...

My thinking was to keep the Gemfile.lock in git locked to lowest version and then just let Gemfile.lock get updated during builds using `bundle update --bundler` so that at build...

The issue with bundler updates, is we currently rely on OS packages for bundler on all EL operating systems I believe. So for example rh-ruby30 SCL, the version of bundler...

Got a local build working on Mac and did this: ``` $ export CHORIA_SRV_DOMAIN=dev.company.net $ ./choria-0.28.0-darwin-amd64 tool config Connectivity: Main Collective: mcollective Collectives: mcollective Service Registry: disabled SRV Domain: dev.company.net...