diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-09-12 17:23:39 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-09-12 17:23:39 -0300 |
commit | 92d7ac082fd769153711e7c0837f7e1df080237b (patch) | |
tree | 31ba2713eb36155eb5f2f04168cb6bf88ef310f3 /manifests/base | |
parent | fce2f1eef2546f9a8c1afb5bb5ddd7d1ceee9f6d (diff) | |
download | puppet-nodo-92d7ac082fd769153711e7c0837f7e1df080237b.tar.gz puppet-nodo-92d7ac082fd769153711e7c0837f7e1df080237b.tar.bz2 |
Fix monkeysphere definitions
Diffstat (limited to 'manifests/base')
-rw-r--r-- | manifests/base/plug.pp | 2 | ||||
-rw-r--r-- | manifests/base/raspberrypi.pp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/manifests/base/plug.pp b/manifests/base/plug.pp index b71b648..49d9f8d 100644 --- a/manifests/base/plug.pp +++ b/manifests/base/plug.pp @@ -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' ]: } 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' ]: } |