From: Silvio Rhatto Date: Sat, 12 Sep 2015 13:47:20 +0000 (-0300) Subject: Fix resource definition X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=6aa2bdc427b91ad29da2217cc4dff289b6ecedfb;p=puppet-nodo.git Fix resource definition --- diff --git a/manifests/base/host.pp b/manifests/base/host.pp index 433364b..8cbf9d2 100644 --- a/manifests/base/host.pp +++ b/manifests/base/host.pp @@ -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': }