summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
}
}
}