From fbd07dce63961ce149bbce938ea7658f0cdb87f4 Mon Sep 17 00:00:00 2001 From: mh Date: Thu, 3 Jan 2013 16:52:52 +0100 Subject: fix var name --- manifests/init.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index d5db1f8..06d5250 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -18,7 +18,7 @@ class strongswan( case $::lsbmajdistrelease { '5': { $config_dir = '/etc/ipsec.d' - $certdir = '/etc/ipsec.d' + $cert_dir = '/etc/ipsec.d' class{'strongswan::centos::five': require => Class['monkeysphere'], @@ -26,7 +26,7 @@ class strongswan( } default: { $config_dir = '/etc/strongswan' - $certdir = '/etc/strongswan/ipsec.d' + $cert_dir = '/etc/strongswan/ipsec.d' class{'strongswan::centos::six': require => Class['monkeysphere'], } @@ -35,7 +35,7 @@ class strongswan( } default: { $config_dir = '/etc/ipsec.d' - $certdir = '/etc/ipsec.d' + $cert_dir = '/etc/ipsec.d' class{'strongswan::base': require => Class['monkeysphere'], } -- cgit v1.2.3