aboutsummaryrefslogtreecommitdiff
path: root/manifests/instance.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/instance.pp')
-rw-r--r--manifests/instance.pp14
1 files changed, 7 insertions, 7 deletions
diff --git a/manifests/instance.pp b/manifests/instance.pp
index 44b4e4d..89aea95 100644
--- a/manifests/instance.pp
+++ b/manifests/instance.pp
@@ -84,14 +84,14 @@ define ikiwiki::instance(
ensure => absent,
}
}
+ }
- if $manage_ssh_key == true {
- ssh_local_key { "ikiwiki-${name}":
- ensure => $ensure,
- owner => $owner,
- group => $owner,
- $source = "puppet:///modules/site_keys/ikiwiki/${name}_id_rsa",
- }
+ if $manage_ssh_key == true {
+ ssh_local_key { "ikiwiki-${name}":
+ ensure => $ensure,
+ owner => $owner,
+ group => $owner,
+ $source = "puppet:///modules/site_keys/ikiwiki/${name}_id_rsa",
}
}
}