From 4f282da88281ffb97ea05e0d4c28c058335bb7c5 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 30 Jun 2011 16:54:11 -0300 Subject: Adding ekeyd::client::debian --- manifests/client.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests/client.pp') diff --git a/manifests/client.pp b/manifests/client.pp index b965015..a166bc0 100644 --- a/manifests/client.pp +++ b/manifests/client.pp @@ -4,6 +4,7 @@ class ekeyd::client( ) { case $operatingsystem { centos: { include ekeyd::client::centos } + debian: { include ekeyd::client::debian } default: { include ekeyd::client::base } } -- cgit v1.2.3