From 54ea5ad5ce4291e2321e4ac10075f2242b6fc196 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 16 Mar 2014 16:22:18 -0300 Subject: Can manage ssh key for each instance (2) --- manifests/instance.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3