summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-07-07 01:05:52 +0200
committermh <mh@immerda.ch>2011-07-07 01:05:52 +0200
commit2ebaf46b3d9eac85aedfe7dac0b380a9a4d6f9a8 (patch)
tree07678485dfc71c69bf962432d057a9287eb3dd27
parent2f1ba25fc3e100aba803ec7693ff2be6a514022f (diff)
downloadpuppet-ekeyd-2ebaf46b3d9eac85aedfe7dac0b380a9a4d6f9a8.tar.gz
puppet-ekeyd-2ebaf46b3d9eac85aedfe7dac0b380a9a4d6f9a8.tar.bz2
fix another template name
-rw-r--r--manifests/egd/debian.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/egd/debian.pp b/manifests/egd/debian.pp
index 05cd0ca..f96fe6c 100644
--- a/manifests/egd/debian.pp
+++ b/manifests/egd/debian.pp
@@ -18,7 +18,7 @@ class ekeyd::egd::debian inherits ekeyd::egd {
}
file { "/etc/default/ekeyd-egd-linux":
- content => template("ekeyd/ekeyd-egd-linux.default"),
+ content => template("ekeyd/ekeyd-egd-linux.default.erb"),
mode => 644,
owner => root,
group => root,