This one is very tricky.
Manifests is what you write, which includes conditionals, etc. Catalog is what each node receives, with only the actions that target that node.
Since you can't write a catalog, I'd say the equivalent from Ansible is a Manifest and not a Catalog.
A catalog is a document that describes the desired state for each resource that Puppet manages on a node. A Puppet master typically compiles a catalog from manifests of Puppet code.
https://puppet.com/docs/puppet/7.1/static_catalogs.html
I think manifest is the equivalent of a play in Ansible. Catalogs are compiled by a Puppet master from manifests. A playbook is composed of one or more ‘plays’ in an ordered list.
https://docs.ansible.com/ansible/latest/user_guide/playbooks_intro.html#playbook-syntax
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
alex87
7 months, 1 week agoexamtp1
1 year agoJulioz
2 years, 8 months agohythalo
2 years, 10 months agojsdnhk
3 years, 2 months agomucmike
3 years, 3 months ago