bastelfreak
08/04/2022, 1:12 PMkovid bhardwaj
08/04/2022, 1:21 PMbastelfreak
08/04/2022, 1:22 PMSlackbot
08/04/2022, 3:16 PMSlackbot
08/04/2022, 3:43 PMJoost
08/04/2022, 3:46 PMca_crl.pem
file was changed while revoking the certificate. Not sure if that could be related?Joost
08/04/2022, 3:47 PMca_crl.pem
file was changed while revoking the certificate. Not sure if that could be related?Joost
08/04/2022, 3:47 PMca_crl.pem
file was changed while revoking the certificate. Not sure if that could be related?Slackbot
08/04/2022, 3:59 PMJoost
08/04/2022, 4:04 PMX-Client-Cert
header then? I was assuming that it was using this information to still verify this information.csharpsteen
08/04/2022, 4:04 PMcertname
and $trusted
.csharpsteen
08/04/2022, 4:05 PM$certname
and $trusted
.Joost
08/04/2022, 4:09 PMX-Client-Cert
somewhere in the code but I only find https://github.com/puppetlabs/puppetserver/blob/d5889d7322f2a07c110cd340bb75eb09d9[…]lj/puppetlabs/services/request_handler/request_handler_core.clj 🤔csharpsteen
08/04/2022, 4:33 PMheader-client-cert-name
.Les Shiner
08/04/2022, 6:12 PMLes Shiner
08/04/2022, 6:13 PMLes Shiner
08/04/2022, 6:13 PMclass test_pilot_groups::pilot_groups {
file { 'C:/test_pilot_groups/':
ensure => directory,
path => 'C:/test_pilot_groups/',
source => 'puppet:///modules//test_pilot_groups//files//',
}
}
Les Shiner
08/04/2022, 6:14 PMLes Shiner
08/04/2022, 6:14 PMnode default {
# This is where you can declare classes for all nodes.
# Example:
# class { 'my_class': }
class { 'test_pilot_groups': }
}
Les Shiner
08/04/2022, 6:14 PMLes Shiner
08/04/2022, 6:15 PMError: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Error while evaluating a Resource Statement, Could not find declared class test_pilot_groups
Brian Schonecker
08/04/2022, 6:15 PMLes Shiner
08/04/2022, 6:16 PMSlackbot
08/04/2022, 6:16 PMcsharpsteen
08/04/2022, 6:16 PMclass { 'test_pilot_groups': }
should be: class { 'test_pilot_groups::pilot_groups': }
Les Shiner
08/04/2022, 6:16 PMLes Shiner
08/04/2022, 6:16 PMLes Shiner
08/04/2022, 6:16 PMLes Shiner
08/04/2022, 6:16 PMLes Shiner
08/04/2022, 6:17 PM