Yury Bushmelev
04/02/2023, 1:14 PMYury Bushmelev
04/02/2023, 1:16 PMYury Bushmelev
04/02/2023, 1:17 PMNathan
04/02/2023, 1:38 PMAnimesh Sahu
04/02/2023, 4:22 PMSlackbot
04/02/2023, 6:28 PMramindk
04/02/2023, 6:34 PMsystem::grub::timeout: 1
class system::grub(
$timeout,
) {
You've created a hash where it's impossible to do that parsing. Is it a hash? Is it a set of class params in an hash?ramindk
04/02/2023, 6:34 PMsystem::grub::timeout: 1
class system::grub(
$timeout,
) {
You've created a hash where it's impossible to do that parsing. Is it a hash? Is it a set of class params in a hash?Slackbot
04/02/2023, 9:46 PMYury Bushmelev
04/03/2023, 8:25 AMYury Bushmelev
04/03/2023, 8:26 AMvchepkov
04/03/2023, 1:03 PM# puppet resource sshkey
sshkey { 'github.com@':
ensure => 'present',
key => 'AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl',
name => '<http://github.com|github.com>',
provider => 'augeas',
target => '/etc/ssh/ssh_known_hosts',
}
sshkey { 'github.com@ssh-ed25519':
ensure => 'present',
key => 'AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl',
name => '<http://github.com|github.com>',
provider => 'parsed',
target => '/etc/ssh/ssh_known_hosts',
type => 'ssh-ed25519',
}vchepkov
04/03/2023, 1:18 PMMassimiliano (Max)
04/03/2023, 1:41 PMSlackbot
04/03/2023, 3:41 PMvchepkov
04/03/2023, 3:42 PMMarty Ewings
04/03/2023, 3:42 PMMarty Ewings
04/03/2023, 3:45 PMYury Bushmelev
04/03/2023, 3:48 PMMarty Ewings
04/03/2023, 3:49 PMMarty Ewings
04/03/2023, 3:55 PM${result.value}
is valid, i just cant figure out why notice wont print it, when return doesYury Bushmelev
04/03/2023, 4:03 PM.filter to filter results against a string you wantSlackbot
04/04/2023, 3:53 AMgary
04/04/2023, 4:45 AMNeeloj
04/04/2023, 1:21 PM2023-04-04T15:18:08.366+02:00 INFO [qtp1199995098-66180] [puppetserver] Puppet Computing checksum on string
2023-04-04T15:18:08.460+02:00 INFO [qtp1199995098-82054] [puppetserver] Puppet Compiled catalog for srv1.local in environment production in 0.09 seconds
2023-04-04T15:18:08.792+02:00 WARN [qtp1199995098-71401] [c.p.p.ShellUtils] Executed an external process which logged to STDERR: srv1.local: During the fact upload the server responded with: 500 Internal Server Error. Error is ignored and the execution continues.
{
"error": {"message":"Internal Server Error: the server was unable to finish the request. This may be caused by unavailability of some required service, incorrect API call or a server-side bug. There may be more information in the server's logs."}
}
2023-04-04T15:18:08.928+02:00 WARN [qtp1199995098-82693] [c.p.p.ShellUtils] Executed an external process which logged to STDERR: srv2.local: During the fact upload the server responded with: 500 Internal Server Error. Error is ignored and the execution continues.
{
"error": {"message":"Internal Server Error: the server was unable to finish the request. This may be caused by unavailability of some required service, incorrect API call or a server-side bug. There may be more information in the server's logs."}
}
Does anyonw know why? I use of same server foreman too
thank you allSlackbot
04/04/2023, 1:25 PMSlackbot
04/04/2023, 1:44 PMDr Bunsen Honeydew
04/04/2023, 1:45 PMSlackbot
04/04/2023, 3:22 PMBrian Schonecker
04/04/2023, 7:43 PM