
Includes various license files, manifests, vagrantfile for dev, and empty documentation. Run 'vagrant up' or 'vagrant provision' in the root directory, and you will get a VM that runs the puppet module and has a local network IP address of 192.168.99.88.
4 lines
42 B
Puppet
4 lines
42 B
Puppet
node default {
|
|
class { 'refstack':
|
|
}
|
|
} |