diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-16 16:22:18 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-16 16:22:18 -0300 |
commit | 54ea5ad5ce4291e2321e4ac10075f2242b6fc196 (patch) | |
tree | 0b67574e3ba6f6bc93613e39febfa234b96f53cf /manifests | |
parent | d605d02a6b39704436e387077df2226c5149b31c (diff) | |
download | puppet-ikiwiki-54ea5ad5ce4291e2321e4ac10075f2242b6fc196.tar.gz puppet-ikiwiki-54ea5ad5ce4291e2321e4ac10075f2242b6fc196.tar.bz2 |
Can manage ssh key for each instance (2)
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/instance.pp | 2 |
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, |