Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 931 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 931 Bytes

##Puppet Minecraft

A friendly puppet module for Minecraft on Debian Linux!

###Testing on Vagrant

Assuming vagrant, Virtualbox, and Puppet are installed, it should be as easy as:

git clone [email protected]:NickolausDS/minecraft-puppet.git
cd minecraft-puppet.git
vagrant up

It may take a while to set everything up. Not only does vagrant need to download a basebox, puppet needs to install the java module, which is pretty big.

If everything worked correctly, you should be able to connect to your Minecraft server! Fire up Minecraft, and connect to "localhost"

###Deploying with Puppet

Deploying on a puppet server should be very straight forward. Simply drop the module among your other puppet modules, and include it in your main manifest. See the vagrantfile.pp for configuration instructions.