From: Silvio Rhatto Date: Thu, 7 Jul 2011 15:39:37 +0000 (-0300) Subject: Fixing debian template location X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=9b708434300a67ae78f0e2f32ecc265401c1b23c;p=puppet-ekeyd.git Fixing debian template location --- diff --git a/manifests/base.pp b/manifests/base.pp index 42a670f..6740ce2 100644 --- a/manifests/base.pp +++ b/manifests/base.pp @@ -13,7 +13,7 @@ class ekeyd::base { # 127.0.0.1 and 8888 file{'/etc/entropykey/ekeyd.conf': content => $operatingsystem ? { - 'debian' => template("ekeyd/ekeyd_${lsbdistcodename}.conf.erb"), + 'debian' => template("ekeyd/ekeyd.conf_${lsbdistcodename}.erb"), default => template("ekeyd/ekeyd_default.conf.erb"), }, require => Package['ekeyd'],