Jon-Paul Lindquist

Results 12 comments of Jon-Paul Lindquist
trafficstars

Is there an update on this? I noticed the same thing still occurring during every update cycle, permissions are getting reset to match what the module is expecting ``` notice...

Just ran into the same issue. Looks like this stopped working in 2.0.0, possibly somewhere in the changes in Executions.java [here](https://github.com/rundeck/rundeck-cli/compare/v1.4.3...v2.0.0#diff-d642ca4eed70d21d663ee8aacdd2df045fea7b221e4359ed4243bb8c9c2a4364L545-R586)? Rolling back to 1.4.3 restores the previous functionality for...

I think I might be experiencing this same issue. I have a workspace open with multiple folders, one of which is puppet, and I'm finding that settings from `.puppet-lint.rc` are...

> This was the "recommended" method a few years ago in order to maximise the memory utilisation for a given host containing more than 32GB of RAM. However other methods...

Thanks @fearful-symmetry If we can pull the total stats from buddyinfo if it's over 100k that would be great > Ideally, the regex for this should be corrected for the...

+1 Running into this as well after upgrading when testing via puppet apply locally and when trying to generate types on Puppet server as well ``` Notice: Generating Puppet resource...

I thought this might be related to environment isolation or caching when deploying modules via r10k, and have tried removing other environments, restarting puppetserver, and removing each environment's `.resource_types` cache...

We're starting to run into this too fully managing system firewalls, and the k8s manifests easily take 5-10m depending on the system. I'm was curious if there is any hope...

This small change makes a _huge_ difference in compilation and catalog times btw ``` Info: Loading facts Info: Applying configuration version '1705083129' Notice: Applied catalog in 642.12 seconds vs. Info:...

To me, the option seems to imply that the whole response should be returned regardless of the response code when the check fails. Currently it looks like this setting only...