From 6aa2bdc427b91ad29da2217cc4dff289b6ecedfb Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 12 Sep 2015 10:47:20 -0300 Subject: Fix resource definition --- manifests/base/host.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/base') 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': } -- cgit v1.2.3