From 130c571a0c251582b0632c57790f7bb3fc6048b1 Mon Sep 17 00:00:00 2001 From: mh Date: Wed, 31 Mar 2010 02:13:08 +0200 Subject: introduce centos support --- manifests/init.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp index 3c3cbe4..b08058e 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -25,6 +25,7 @@ class stunnel { case $operatingsystem { debian: { include stunnel::debian } + centos: { include stunnel::centos } default: { include stunnel::default } } -- cgit v1.2.3