]> gitweb.fluxo.info Git - puppet-ikiwiki.git/commitdiff
Comment on ssh_local_key dependency
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 16 Mar 2014 19:38:55 +0000 (16:38 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 16 Mar 2014 19:38:55 +0000 (16:38 -0300)
manifests/instance.pp

index d56dfc223901cea921c10476d5de786aad0f615b..5427f943f71d38add45c1f53c7e7fd8af1cdacc2 100644 (file)
@@ -87,6 +87,7 @@ define ikiwiki::instance(
     }
   }
 
+  # SSH key management required a defined resource "ssh_local_key"
   if $manage_ssh_key == true {
     ssh_local_key { "ikiwiki-${name}":
       ensure => $ensure,