diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-06-05 19:06:40 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-06-05 19:06:40 -0300 |
commit | 5a9ffab1d3ea81b9f9c5fe461f1a8ba8a69d3d57 (patch) | |
tree | 99054bd38ea7dc1bd49d21e9ca48abd1efc7ddb1 /manifests | |
parent | a1adf54a452cb1f5ea2f1a872ec83feb2877cbf0 (diff) | |
download | puppet-mumble-5a9ffab1d3ea81b9f9c5fe461f1a8ba8a69d3d57.tar.gz puppet-mumble-5a9ffab1d3ea81b9f9c5fe461f1a8ba8a69d3d57.tar.bz2 |
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 47812b3..45651bb 100644 --- a/manifests/ecdhforce.pp +++ b/manifests/ecdhforce.pp @@ -35,7 +35,7 @@ class mumble::ecdhforce { ensure => present, owner => root, group => root, - mode => 0644, + mode => '0644', source => "puppet:///modules/mumble/ecdhforce/mumble-server.${::operatingsystem}", require => Exec['ecdhforce-link'], notify => Service['mumble-server'], |