aboutsummaryrefslogtreecommitdiff
path: root/manifests/base/raspberrypi.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/base/raspberrypi.pp')
-rw-r--r--manifests/base/raspberrypi.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/base/raspberrypi.pp b/manifests/base/raspberrypi.pp
index 1dc2acd..0a426d9 100644
--- a/manifests/base/raspberrypi.pp
+++ b/manifests/base/raspberrypi.pp
@@ -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' ]: }