Fixed deprecation warning from minecraft module.

This commit is contained in:
Timo Mkinen 2011-11-30 11:17:55 +02:00
parent c83dcc03f3
commit d4b212724b

View file

@ -13,7 +13,7 @@ class minecraft {
file { "/usr/local/bin/minecraft":
ensure => present,
source => "puppet:///minecraft/minecraft",
source => "puppet:///modules/minecraft/minecraft",
mode => 0755,
owner => "root",
group => "root",