Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 966 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 966 Bytes

Puppet Roles Demo

This is a vagrant configuration to demonstrate using role-based configuration in puppet, using hiera for data. It was created for a blog post titled Role-based Puppet with Hiera.

Usage

Browse the code at https://github.com/antoncohen/vagrant-roles-demo

It doesn't do much, but if you want to run the code you need to install Vagrant and Git, then:

    git clone https://github.com/antoncohen/vagrant-roles-demo.git
    cd vagrant-roles-demo
    vagrant up

Author