treydock

Results 151 comments of treydock

In case anyone else comes across this, another thing we had to change: ```diff --- node-mark-offline.20210824 2021-07-30 10:45:41.518514000 -0400 +++ node-mark-offline 2021-08-24 16:17:17.380167000 -0400 @@ -73,6 +73,10 @@ echo "$0:...

I think the recommendation by Kubernetes to exclude the Kubernetes packages is counterintuitive when configuration management is involved. To use the excludes the only real option with Puppet is `install_options`...

+1 for being able to send to custom remote pool. Sending client-host:/tank to backup-host:/tank/backups/client-host/tank would be of great use.

Looking at my existing zfs send / receive commands or using an alternative receiving pool, it would be a huge benefit to allow the existing options '-s' and '-d' to...

I know very little about Ansible so this is in context of Puppet and dealing with configuration management in that context. When dealing with Puppet the tools to manage modules...

Upgrading Forwarder from 8.0.x to 9.0.4: ``` [root@grafana-test ~]# puppet agent -t Info: Using environment 'test' Info: Retrieving pluginfacts Info: Retrieving plugin Info: Loading facts Info: Caching catalog for grafana-test.OMIT...

Just to add, the only way I could get Windows to actually install was like so: ``` splunk::params::version: '7.0.2' splunk::params::build: 03bbabbd5c0f splunk::forwarder::pkg_provider: windows splunk::forwarder::splunk_user: 'Administrator' ``` I wanted to use...

I'm running into same issue on Windows 2012 R2 using Puppet 5.3.3 and 7.1.0 of this module. I was able to resolve my issues by setting `splunk::forwarder::pkg_provider` to `windows`. The...

Facts can not be enabled/disabled using parameters. Once you include a module with a custom fact it will get deployed to all Puppet agents using plugin sync. That is not...

This should have been solved with #18 and released with 0.7.0 but latest is 0.9.0 so should be able to run 0.9.0 and have this fix.