Yury Bushmelev
05/08/2025, 9:26 AMYury Bushmelev
05/08/2025, 9:26 AM#! /opt/puppetlabs/puppet/bin/rubyYury Bushmelev
05/08/2025, 9:27 AMYury Bushmelev
05/08/2025, 9:27 AMroot@lima-limapark-ubuntu2404:~# /opt/puppetlabs/puppet/bin/ruby --version
ruby 3.2.5 (2024-07-26 revision 31d0f1a2e7) [aarch64-linux]Yury Bushmelev
05/08/2025, 9:28 AMChristian Michael Tan
05/08/2025, 10:14 AMJohan Basson
05/19/2025, 3:33 PMChristian Michael Tan
06/04/2025, 7:52 AMPuppet is not installed on the target, please install it to enable 'apply'
But when checking for the puppet version, it clearly returns a version which means Puppet is installed.
I'm running this in an Ubuntu24 machine
Any ideas whats causing this?dm
06/13/2025, 7:56 PM$nodes vs $targets ? If I have a plan with a TargetSpec $targets i want to call with run_plan . Do I use run_plan('myplan', $targets, {'something'=>true}) or do I use run_plan('myplan', {'targets'=>$targets,'something'=>true})? Is it just a shorthand or does it behave differently?CVQuesty
06/13/2025, 8:03 PMbolt plan run <name>CVQuesty
06/13/2025, 8:04 PMdm
06/13/2025, 8:07 PMJay Iorio
07/01/2025, 2:21 PMYury Bushmelev
07/01/2025, 2:25 PMJay Iorio
07/21/2025, 8:47 PMnatemccurdy
08/04/2025, 9:55 PMaustb
08/13/2025, 12:00 AMTino Müller
09/08/2025, 7:40 AMMoe
09/23/2025, 7:32 PMvchepkov
09/25/2025, 2:01 PMTim
10/02/2025, 12:35 PMTim
10/02/2025, 12:45 PMbastelfreak
10/02/2025, 12:46 PMbastelfreak
10/02/2025, 12:46 PMTim
10/02/2025, 12:54 PMgroups:
- name: test
targets:
- test.server
config:
transport: ssh
ssh:
tmpdir: 'd:\tmp'
user: username
private-key: ~/.ssh/id_rsaTim
10/02/2025, 12:55 PMparameters:
targets:
type: TargetSpec
description: A list of targets to run actions on
default: localhost
# The steps key defines the actions the plan will take in order.
steps:
- description: Update tomcat
name: update_tomcat
targets: $targets
resources:
- class: tomcat
parameters:
source_url: <https://dlcdn.apache.org/tomcat/tomcat-11/v11.0.11/bin/apache-tomcat-11.0.11-windows-x64.zip>
catalina_home: d:\appserversYury Bushmelev
10/02/2025, 1:00 PM--debug --traceYury Bushmelev
10/02/2025, 1:01 PMTim
10/02/2025, 1:03 PMAlessandro Scalzulli
10/10/2025, 11:09 AM