]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Fix resource definition
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 12 Sep 2015 13:47:20 +0000 (10:47 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 12 Sep 2015 13:47:20 +0000 (10:47 -0300)
manifests/base/host.pp

index 433364bd9af5b191616510470c377e7dd1d372e5..8cbf9d2caff25b97be1a8ea8851c4f3cc049f2c1 100644 (file)
@@ -9,7 +9,7 @@ class nodo::base::host {
   include nodo::utils::storage::crypto
   class { 'syslog-ng': }
 
-  monkeysphere_host { "${::hostname}": }
+  nodo::subsystem::monkeysphere { "${::hostname}": }
 
   # Firewall
   class { 'firewall': }