diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-09-12 10:47:20 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-09-12 10:47:20 -0300 |
commit | 6aa2bdc427b91ad29da2217cc4dff289b6ecedfb (patch) | |
tree | 2d91d6e0ffe256e5c4d441b2f20ac8cd6615cccf /manifests/base | |
parent | 07627004e7cf0babb71dd7e24375a8e5d56d24a6 (diff) | |
download | puppet-nodo-6aa2bdc427b91ad29da2217cc4dff289b6ecedfb.tar.gz puppet-nodo-6aa2bdc427b91ad29da2217cc4dff289b6ecedfb.tar.bz2 |
Fix resource definition
Diffstat (limited to 'manifests/base')
-rw-r--r-- | manifests/base/host.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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': } |