]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Fix monkeysphere definitions
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 12 Sep 2015 20:23:39 +0000 (17:23 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 12 Sep 2015 20:23:39 +0000 (17:23 -0300)
manifests/base/plug.pp
manifests/base/raspberrypi.pp

index b71b6482c4a727b7d43dff44223c4fa5b6719e26..49d9f8d82801a683b3e4bd740daad6cc00c47f9b 100644 (file)
@@ -5,7 +5,7 @@ class nodo::base::plug {
   include nodo::subsystem::sysctl
   include nodo::subsystem::resolver
 
-  monkeysphere_host { "${::hostname}": }
+  nodo::subsystem::monkeysphere { "${::hostname}": }
 
   class { [ 'ntp::ntpdate', 'firewall' ]: }
 
index 1dc2acd9d0e1731a974eb8a8cfbd4338be379436..0a426d9cfdc7c3fc0b6d23e027fcce3436d9810e 100644 (file)
@@ -3,7 +3,7 @@ class nodo::base::raspberrypi {
   include nodo::utils::physical
   include nodo::utils::storage::archive
 
-  monkeysphere_host { "${::hostname}": }
+  nodo::subsystem::monkeysphere { "${::hostname}": }
 
   # Currently no firewall
   class { [ 'ntp::ntpdate' ]: }