Brian Schonecker

Results 44 issues of Brian Schonecker

On *GitLab* (Github untested), the git_webhook resource doesn't modify the webhook if it already exists: git_webhook { 'web_post_receive_webhook' : ensure => present, webhook_url => 'http://puppetserver.example.com:8088/payload', token => hiera('gitlab_api_token'), project_name =>...

Allow requests to the local network from hooks and services is now disabled by default and will cause all custom hooks to fail inside the private network: https://docs.gitlab.com/ee/security/webhooks.html Is it...

### Code of Conduct - [X] I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/.github/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/configuring-the-self-hosted-runner-application-as-a-service#installing-the-service ### What part(s)...

content
actions
SME reviewed

When logging locally, Red Hat based (and non-freebsd) servers don't get emergency messages set in the /etc/rsyslog.d/client.conf file. The file ends with only: # Everybody gets emergency messages There is...

Use Case: I'm using Ansible to find a VM that could be in one of many datacenters or VMWare installations so that I can then create or delete a VM...

kind/feature
lifecycle/frozen

I switched from using both local and http backends to store my tfstate file to the free tier of Terraform Cloud. I am using the [private_key_path](https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/terraformproviderconfiguration.htm) argument to in the...

bug
awaiting-affected-resources

Switch the directory creation to the [edgej-filepath](https://github.com/EdgeJ/puppet-filepath) module. One side effect of switching to this module is that the [selinux_ignore_defaults](https://puppet.com/docs/puppet/7/types/file.html#file-attribute-selinux_ignore_defaults) attribute of the file resource isn't supported. Since it's necessary...

Since #169 , the spec tests have failed to run properly.

In the [Gemfile](https://github.com/derdanne/puppet-nfs/blob/master/Gemfile#L59), shouldn't we have at least Puppet 7?