]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Fix resource name
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 6 Mar 2016 00:39:58 +0000 (21:39 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 6 Mar 2016 00:39:58 +0000 (21:39 -0300)
manifests/base/virtual.pp

index db68ba994518d9bf2b1d841df0cf96c6acbe305d..55b75ebe8e2e1928bcae80e872fb941b651d66c2 100644 (file)
@@ -10,7 +10,7 @@ class nodo::base::virtual {
     dohwinfo   => false,
   }
 
-  monkeysphere_host { "${::hostname}":
+  nodo::subsystem::monkeysphere { "${::hostname}":
     port => hiera('nodo::vserver::ssh_port', '22'),
   }
 }