puppet-refstack/vagrant.pp
Michael Krotscheck e8ca9bed67 Blank module
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.
2015-04-20 16:39:04 -07:00

4 lines
42 B
Puppet

node default {
class { 'refstack':
}
}