]> gitweb.fluxo.info Git - puppet-ikiwiki.git/commitdiff
Updates local_key definition
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 12 Sep 2015 14:15:57 +0000 (11:15 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 12 Sep 2015 14:15:57 +0000 (11:15 -0300)
manifests/instance.pp

index c48634d72240ab903cdd1d673d303b8a9c4f0966..c8faf996e9ed172a0a5f665d1ad81bf98c46e630 100644 (file)
@@ -89,7 +89,7 @@ define ikiwiki::instance(
 
   # SSH key management required a defined resource "ssh_local_key"
   if $manage_ssh_key == true {
-    ssh_local_key { "ikiwiki-${name}":
+    nodo::subsystem::ssh::local_key { "ikiwiki-${name}":
       ensure => $ensure,
       owner  => $owner,
       group  => $group,