Samy
06/10/2022, 11:03 AMOleksandr Lytvyn
06/10/2022, 12:12 PMmod 'puppetlabs-puppet_agent', '4.11.0'
In code seems that it should start puppet.service, but it doesn't do that.Oleksandr Lytvyn
06/10/2022, 2:02 PMshuaip
06/10/2022, 4:14 PMshuaip
06/10/2022, 4:16 PMshuaip
06/10/2022, 4:17 PMshuaip
06/10/2022, 4:19 PMshuaip
06/10/2022, 4:19 PMbastelfreak
06/10/2022, 4:41 PMSlackbot
06/13/2022, 6:50 AMSlackbot
06/13/2022, 6:54 AMNeeloj
06/13/2022, 7:36 AMtimeout=30s
it works too, cancel puppet.
Only when the Service run puppet I have this issue and not everytime!n3snah
06/13/2022, 10:01 AMstart-transcript
to see if you can identify anything within it. Otherwise the only thing I can think of right now is to log a ticket with PuppetLabs to see if they can assist.
As a really horrible workaround you could probably put a scheduled task in place to detect whether puppet is running longer than 15 mins and do a clean up. e.g. kill the process, remove the lock file.. I would log that somewhere though. It might make the actual issue invisible and then you could run into something bigger.Neeloj
06/13/2022, 10:09 AMstart-transcript
and as you said scheduled task is horrible workaround.
Ill give you my feedback, thank you againSlackbot
06/13/2022, 10:54 AMSlackbot
06/13/2022, 10:21 PMDr Bunsen Honeydew
06/13/2022, 10:21 PMthias-sysctl
module at https://forge.puppet.com/thias/sysctl?src=slack&channel=puppetSlackbot
06/14/2022, 8:27 AMPavlos Parissis
06/14/2022, 8:27 AM~
value in a hash key.
I am using https://github.com/pcfens/puppet-filebeat/blob/master/templates/pure_hash.yml.erb to build a yaml file and I need to add the following snippet:
processors:
- add_cloud_metadata: ~
and I can't set ~
as a value and I am using undef
instead
[...snip...]
processors => [
{
'add_cloud_metadata' => undef,
}
],
[...snip...]
which yields this yaml snippet:
processors:
- add_cloud_metadata:
which is a valid yaml file as an empty value is equivalent to ~
and it works fine, but I would like to have ~
in the generated yaml as it is more user friendly. Is that possible?Slackbot
06/14/2022, 10:33 AMSlackbot
06/14/2022, 1:14 PMZeke Marffy
06/14/2022, 1:39 PMZeke Marffy
06/14/2022, 1:39 PMget
method the resource API implements? should
is not a parameter for it, so I was wondering if it is available elsewhere somehow.Dr Bunsen Honeydew
06/14/2022, 1:45 PMAllahshukur Ahmadzada
06/14/2022, 2:11 PMDr Bunsen Honeydew
06/14/2022, 2:45 PMfe80
06/14/2022, 3:11 PMLumiere
06/14/2022, 3:56 PMRobert Morrow
06/14/2022, 4:26 PMLumiere
06/14/2022, 4:58 PM