diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-11-01 14:55:49 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-11-01 14:55:49 -0200 |
commit | 8a5ef2ce56429e1da0e9d15c73df5351a1f17515 (patch) | |
tree | fc656afd362b2f3500752c7f2c1320ace7d77200 /manifests | |
parent | 97b23327ec2da81c279c4f3995327956409e4b17 (diff) | |
download | puppet-mumble-8a5ef2ce56429e1da0e9d15c73df5351a1f17515.tar.gz puppet-mumble-8a5ef2ce56429e1da0e9d15c73df5351a1f17515.tar.bz2 |
Changing init.d file location for ecdhforce
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/ecdhforce.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/ecdhforce.pp b/manifests/ecdhforce.pp index bdbd4c9..1067b33 100644 --- a/manifests/ecdhforce.pp +++ b/manifests/ecdhforce.pp @@ -36,7 +36,7 @@ class mumble::ecdhforce { owner => root, group => root, mode => 0755, - source => "puppet:///modules/mumble/init.d/mumble-server.${::operatingsystem}", + source => "puppet:///modules/mumble/ecdhforce/mumble-server.${::operatingsystem}", require => Exec['ecdhforce-link'], notify => Service['mumble-server'], } |