redrac
redrac
Sure, but you get 18 lines instead of the 2 you would get for having quiet=no. ``` Feb 13 22:53:48 [31891] host1.example.net: Wants DNSSEC processing, auth data in query for...
Just commenting that the feature flagging list and inactive/active/suspended states would definitely be used by our company as well. Along with something like enableX509CA similar to the existing enableSSHCA. Just...
@dopey is this still on the roadmap? we are very interested in this feature
+1 we have been plagued by this issue on every version of puppet7: ``` ERROR [puppetserver] Puppet Evaluation Error: Error while evaluating a Resource Statement, Could not autoload puppet/type/firewall: Could...
FYI we were able to "solve" by hard coding the absolute path in the following files: ``` lib/puppet/provider/firewall/firewall.rb lib/puppet/provider/firewallchain/firewallchain.rb lib/puppet_x/puppetlabs/firewall/utility.rb ``` Example: ``` #require_relative '../../../puppet_x/puppetlabs/firewall/utility' require '/opt/puppetlabs/puppet/cache/lib/puppet_x/puppetlabs/firewall/utility' ``` But I...
this was released :) @hslatman
+1 this is a common problem at our corp that the step CLI doesn't have FW access to public network because its not signed
Related to: https://github.com/puppetlabs/puppetlabs-firewall/issues/1162