puppetlabs / puppet-docs

Curated Puppet Documentation
Other
221 stars 303 forks source link

Bolt: weird typos in the "Secrets Management with Vault" docs #1169

Open ji-podhead opened 1 month ago

ji-podhead commented 1 month ago

https://www.puppet.com/integrations/vault-by-hashicorp this says:

plugins:
  vault:
    server_url: https://vault.example.com:8200cacert: /path/to/caauth:
      method: tokentoken: xxxxx-xxxxx

i think this should be similar to this:

# /etc/puppetlabs/bolt/bolt-defaults.yaml
plugins:
  aws_inventory:
    credentials: /etc/aws/credentials
  vault:
    server_url: http://example.com
    auth:
      method: token
      token: xxxx-xxxx-xxxx-xxxx

https://www.puppet.com/docs/bolt/latest/configuring_bolt.html

also is there any tutorial/ comprehensive guide on how to start a normal project without docker? i wanna use puppet along with terraform and github actions. its really hard to get started, nobody on discord can help me and i really asked in almost any devops, k8s and networking channel. I really just dont know how to get started

joshcooper commented 1 month ago

@ji-podhead thanks this is a bug in the docs, so I'm going to move this to the puppet-docs repo. About getting help with puppet, join our community slack at https://puppetcommunity.slack.com/

github-actions[bot] commented 1 month ago

Migrated issue to PUPDOC-5683

davidsandilands commented 1 month ago

@ji-podhead when you say a project do you mean a bolt project which has instructions here https://www.puppet.com/docs/bolt/latest/projects.html

or do you mean more generally Puppet ?

As Josh recommended the Puppet slack community is the best place to find out for many questions

Our community partners at Vox Pupuli have excellent documentation at https://voxpupuli.org/docs/ and our own docs have https://www.puppet.com/docs/puppet/8/developing_code

davidsandilands commented 1 month ago

As the docs affected here are in the integrations section I have assigned myself