Version information
released Sep 13th 2012
Start using this module
Add this module to your Puppetfile:
mod 'branan-minecraft', '0.1.4'
Learn more about managing modules with a PuppetfileDocumentation
branan/minecraft — version 0.1.4 Sep 13th 2012
Puppet Module for Minecraft
puppet-minecraft
installs and configures your Minecraft server with Puppet!
Usage
The simplest possible usage is
class { 'minecraft': }
Parameters are available which control how the Minecraft installation behaves:
user
: The user account for the Minecraft servicegroup
: The user group for the Minecraft servicehomedir
: The directory in which Minecraft stores its datamanage_java
: Should this module manage thejava
package?manage_screen
: Should this module manage thescreen
package?manage_curl
: Should this module manage thecurl
package?
Dependencies
- puppetlabs/stdlib (>= 2.2.0)
- branan/s3file (>= 0.5.0)
- puppetlabs/java (>= 0.1.6)