Task: Puppet String Manipulation

Hi all, is it possible to review used for the tasks?

commands used:

ssh steve@stapp02
sudo su -
cat /opt/sysops/demo/demo.txt

then go back to jump_host server:
cd /etc/puppetlabs/code/environments/production/manifests/

vi demo.pp

class data_replacer {
file_line { ‘line_replace’:
path => ‘/opt/sysops/demo.txt’,
match => ‘Welcome to Nautilus Industries!’,
line => ‘Welcome to XFusionCorp Industries!’,
}
}

node ‘stapp02.stratos.xfusioncorp.com’ {
include data_replacer
}

puppet parser validate demo.pp

then back to stapp02 as root user
puppet agent -tv

cat /opt/sysops/demo.txt

Hi @simfonika,
Can you please elaborate more? You wanna review old failed task?

Correct. However, noticed that the review button is not being shown for some reason.

Hi @simfonika,
There is a time for the “Review” button. Pls refer the attached screenshots.

This one is written in the announcement.

Reference link: -

Regards,