runejuhl
10/04/2022, 9:32 AMpuppet/puppet-agent-ubuntu
Docker image with moreutils
installed and the following oneliner:
( puppet apply -t --debug |& ts -i %.S ) <<EOF
class main() {
notify { 'omg': }
}
EOF
rismoney
10/04/2022, 12:29 PMrismoney
10/04/2022, 12:36 PMrunejuhl
10/04/2022, 12:46 PMThe standard output of command is connected via a pipe to the standard
input of command2. This connection is performed before any redirecâ
tions specified by the command (see REDIRECTION below). If |& is used,
command's standard error, in addition to its standard output, is conâ
nected to command2's standard input through the pipe; it is shorthand
for 2>&1 |. This implicit redirection of the standard error to the
standard output is performed after any redirections specified by the
command.
Slackbot
10/04/2022, 1:02 PMSlackbot
10/04/2022, 2:13 PMRay Burkhart
10/04/2022, 2:18 PMnandha kumar
10/04/2022, 3:57 PMnandha kumar
10/04/2022, 3:57 PMSlackbot
10/04/2022, 4:06 PMnandha kumar
10/04/2022, 4:06 PMCVQuesty
10/04/2022, 4:31 PMtvaughan
10/04/2022, 4:31 PMCVQuesty
10/04/2022, 4:33 PMpuppet agent -td
to get the full scope of whatâs going on during your Puppet run. While we can see that something failed, and then it was a requirement for something that wants to run later, we donât know exactly what the problem is.
Can you run it in debug with puppet agent -td
so we can see the exact issue?CVQuesty
10/04/2022, 4:33 PMpuppet agent -td
to get the full scope of whatâs going on during your Puppet run. While we can see that something failed, and then it was a requirement for something that wants to run later, we donât know exactly what the problem is.
Can you run it in debug with puppet agent -td
so we can see the exact issue?tvaughan
10/04/2022, 4:37 PMhbui
10/04/2022, 6:31 PMrh-mariadb105-mariadb
. But that's just guessing, if you want a better answer, we'd need to see the full debug.rismoney
10/04/2022, 8:08 PMGreg Bristol
10/04/2022, 8:10 PMrismoney
10/04/2022, 8:16 PMbastelfreak
10/04/2022, 8:19 PMnatemccurdy
10/04/2022, 8:28 PMnatemccurdy
10/04/2022, 8:28 PMGreg Bristol
10/04/2022, 8:50 PMGreg Bristol
10/04/2022, 8:50 PMGreg Bristol
10/04/2022, 8:51 PMGreg Bristol
10/04/2022, 8:51 PMRobert Vincent
10/04/2022, 8:57 PMFacter.add(:users) do
confine kernel: 'windows'
setcode do
Hash[
Puppet::Util::Windows::ADSI::User.map { |u| [u.name, true] }
]
end
end
rismoney
10/04/2022, 9:21 PMWilliam Myers
10/04/2022, 9:24 PMError: /File[/var/cache/puppet/facts.d]: Failed to generate additional resources using 'eval_generate': SSL_connect returned=1 errno=0 state=error: certificate verify failed (unable to get issuer certificate): [unable to get issuer certificate for /CN=Puppet CA: <http://vmpuppetmaster01.britanniahome.net|vmpuppetmaster01.britanniahome.net>]