Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 855 Bytes

Readme.md

File metadata and controls

24 lines (20 loc) · 855 Bytes

Simple Setup

With this two profiles one can setup a simple cluster with bridged network. This are traditional profile classes which wrap a module and pass some data to it. You also could load the class directly and pass the data directly to it via hiera in its own namespace.

The control plane can also act as a worker but for this example it is disabled. Have also a look at the data. With this the CA will be auto-generated and deployed.

This example only works if a puppetdb is present. On an empty puppetdb or very first run you might have to run puppet twice on the control plane.

examples/simple_setup
├── Readme.md
├── data
│   ├── common.yaml
│   └── nodes
│       ├── controller.yaml
│       └── worker.yaml
└── manifests
    ├── controller.pp
    └── worker.pp