summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2013-01-03 17:12:23 +0100
committermh <mh@immerda.ch>2013-01-03 17:12:23 +0100
commit2f9ab3b30495784f9d7ea23555165243be8253f4 (patch)
tree54d7029478329d7ed8a2ebcb002f2b7ad1e8edc7 /manifests
parentfbd07dce63961ce149bbce938ea7658f0cdb87f4 (diff)
fix path
Diffstat (limited to 'manifests')
-rw-r--r--manifests/base.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index 66df6da..982b3f1 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -8,7 +8,7 @@ class strongswan::base {
command => "certtool --generate-privkey --bits 2048 --outfile ${strongswan::cert_dir}/private/${::fqdn}.pem",
creates => "${strongswan::cert_dir}/private/${::fqdn}.pem";
} -> exec{'ipsec_monkeysphere_cert':
- command => "monkeysphere-host import-key ${strongswan::crt_dir}/private/${::fqdn}.pem ike://${::fqdn} && gpg --homedir /var/lib/monkeysphere/host -a --export =ike://${::fqdn} > ${strongswan::cert_dir}/certs/${::fqdn}.asc",
+ command => "monkeysphere-host import-key ${strongswan::cert_dir}/private/${::fqdn}.pem ike://${::fqdn} && gpg --homedir /var/lib/monkeysphere/host -a --export =ike://${::fqdn} > ${strongswan::cert_dir}/certs/${::fqdn}.asc",
creates => "${strongswan::cert_dir}/certs/${::fqdn}.asc",
} -> anchor{'strongswan::certs::done': }