aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-16 16:22:18 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-16 16:22:18 -0300
commit54ea5ad5ce4291e2321e4ac10075f2242b6fc196 (patch)
tree0b67574e3ba6f6bc93613e39febfa234b96f53cf
parentd605d02a6b39704436e387077df2226c5149b31c (diff)
downloadpuppet-ikiwiki-54ea5ad5ce4291e2321e4ac10075f2242b6fc196.tar.gz
puppet-ikiwiki-54ea5ad5ce4291e2321e4ac10075f2242b6fc196.tar.bz2
Can manage ssh key for each instance (2)
-rw-r--r--manifests/instance.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/instance.pp b/manifests/instance.pp
index 653bd55..44b4e4d 100644
--- a/manifests/instance.pp
+++ b/manifests/instance.pp
@@ -85,7 +85,7 @@ define ikiwiki::instance(
}
}
- if ($manage_ssh_key == true) {
+ if $manage_ssh_key == true {
ssh_local_key { "ikiwiki-${name}":
ensure => $ensure,
owner => $owner,