summaryrefslogtreecommitdiff
path: root/manifests/key.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/key.pp')
-rw-r--r--manifests/key.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/key.pp b/manifests/key.pp
index 999b767..7333965 100644
--- a/manifests/key.pp
+++ b/manifests/key.pp
@@ -27,7 +27,7 @@ define x509::key (
}
default: {
File["${x509::variables::keys}/${name}.key"] {
- source => $content
+ content => $content
}
}
}