Fixed deprecation warning from minecraft module.
This commit is contained in:
parent
c83dcc03f3
commit
d4b212724b
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class minecraft {
|
||||||
|
|
||||||
file { "/usr/local/bin/minecraft":
|
file { "/usr/local/bin/minecraft":
|
||||||
ensure => present,
|
ensure => present,
|
||||||
source => "puppet:///minecraft/minecraft",
|
source => "puppet:///modules/minecraft/minecraft",
|
||||||
mode => 0755,
|
mode => 0755,
|
||||||
owner => "root",
|
owner => "root",
|
||||||
group => "root",
|
group => "root",
|
||||||
|
|
Loading…
Add table
Reference in a new issue