aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-03-22 17:46:09 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-03-22 17:46:09 -0300
commitd8c47d5d1e48cc5d26a5f9078d5f6a9900710557 (patch)
tree5d77d078bb20222c85060e0e74882c9ab951c56b
parentba81744a42548de60bb4f48c66a7e95cd050ad4a (diff)
downloadpuppet-monkeysphere-d8c47d5d1e48cc5d26a5f9078d5f6a9900710557.tar.gz
puppet-monkeysphere-d8c47d5d1e48cc5d26a5f9078d5f6a9900710557.tar.bz2
Get rid of modules_dir to see what happens
-rw-r--r--manifests/init.pp2
1 files changed, 0 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 31c341d..31dea9a 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -36,8 +36,6 @@ class monkeysphere(
$key = "ssh://${::fqdn}${port}"
- modules_dir { [ 'monkeysphere', 'monkeysphere/hosts', 'monkeysphere/plugins' ]: }
-
file {
# This was the old way which the module checked monkeysphere keys
'/usr/local/sbin/monkeysphere-check-key':