Hi, I was wondering if there is any way to disable...
# bolt
g
Hi, I was wondering if there is any way to disable puppet deprecation warnings when running bolt? I have added
Copy code
disable-warnings:
  - puppet_5
to my
bolt-project.yaml
file I also tried just
puppet
and
puppet_4
but none of them makes the deprecation warnings disappear. I run bolt as follows:
bolt plan run -v company::puppet -t <http://servername.example.com|servername.example.com>