This message was deleted.
# bolt
s
This message was deleted.
s
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)
bolt apply -e 'warning(file("/home/romain/.zshrc"))' -t localhost
a
Thank you! I'll work with this info.. no luck so far :(