summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2012-11-27 11:40:29 -0500
committerMicah Anderson <micah@riseup.net>2012-11-27 11:40:29 -0500
commit92b4643ff81df92a80a1337000dd51d06ca224fb (patch)
tree7eb1814f7016618618733563250e8425be5d5818
parent435a1932dd9469b1247df12099849b3d527c44c6 (diff)
missed one source -> content change
-rw-r--r--manifests/ca.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/ca.pp b/manifests/ca.pp
index ceb9ce4..bd39662 100644
--- a/manifests/ca.pp
+++ b/manifests/ca.pp
@@ -27,7 +27,7 @@ define x509::ca (
}
default: {
File["${x509::variables::local_CAs}/${name}.crt"] {
- source => $content
+ content => $content
}
}
}