14 lines
393 B
ReStructuredText
Raw Normal View History

2020-09-02 15:20:07 +10:00
Run puppet on remote servers
Omnibus role that takes care of installing puppet and then running
puppet. Uses include_role so that the installation of the puppet role
can run as the first task, then the puppet role can be used in a
following task.
This role should run after ``puppet-setup-ansible``
.. zuul:rolevar:: manifest
:default: manifests/site.pp
Puppet manifest file to run.