Join Slack
Powered by
This message was deleted.
# bolt
s
Slackbot
12/11/2023, 10:47 PM
This message was deleted.
s
smortex
12/11/2023, 10:58 PM
The puppet function to read a file from disk is `file()`:
https://www.puppet.com/docs/puppet/8/function.html#file
(assuming you want to read a file from Puppet code)
smortex
12/11/2023, 10:59 PM
bolt apply -e 'warning(file("/home/romain/.zshrc"))' -t localhost
a
Alex
12/12/2023, 11:28 PM
Thank you! I'll work with this info.. no luck so far :(
Open in Slack
Previous
Next