From 6080f71be080860a20cf31cf491296ccbef7adb1 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Fri, 17 Apr 2015 12:09:17 -0400 Subject: incorporate changes from lelutin (#4285) --- manifests/debian.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests/debian.pp') diff --git a/manifests/debian.pp b/manifests/debian.pp index eb4d57a..bde1e21 100644 --- a/manifests/debian.pp +++ b/manifests/debian.pp @@ -1,10 +1,10 @@ class stunnel::debian inherits stunnel::linux { - Package[stunnel] { + Package['stunnel'] { name => 'stunnel4', } - Service[stunnel] { + Service['stunnel'] { name => 'stunnel4', pattern => '/usr/bin/stunnel4', } -- cgit v1.2.3