From: Silvio Rhatto Date: Mon, 5 Jun 2017 22:07:30 +0000 (-0300) Subject: Changes for puppet 4 compatibility X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=cfbb4be26dedb827f64361b883b3a9a93f147dd5;p=puppet-ssl.git Changes for puppet 4 compatibility --- diff --git a/manifests/init.pp b/manifests/init.pp index 4ac9e0f..d45c0ae 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -14,7 +14,7 @@ class ssl { ensure => present, owner => "root", group => "root", - mode => 755, + mode => '755', source => "puppet://$server/modules/ssl/ssl-cert-check", } }