summaryrefslogtreecommitdiff
path: root/manifests/cert.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2012-11-26 15:57:26 -0500
committerMicah Anderson <micah@riseup.net>2012-11-26 15:57:26 -0500
commite826367eca639523a5504887244e771deb8e78c8 (patch)
tree07909f8b90ba6663c1320d77dbf3588bce2ceef4 /manifests/cert.pp
parent9ab258e448405df22b07dd5681cad5ecbfa54ea4 (diff)
fix incorrectly specified source param, should be content
Diffstat (limited to 'manifests/cert.pp')
-rw-r--r--manifests/cert.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/cert.pp b/manifests/cert.pp
index da2b253..13e7ea4 100644
--- a/manifests/cert.pp
+++ b/manifests/cert.pp
@@ -27,7 +27,7 @@ define x509::cert (
}
default: {
File["${x509::variables::certs}/${name}.crt"] {
- source => $content
+ content => $content
}
}
}