diff options
author | Antoine Beaupré <anarcat@koumbit.org> | 2013-11-18 15:10:57 -0500 |
---|---|---|
committer | Antoine Beaupré <anarcat@koumbit.org> | 2013-11-18 15:10:57 -0500 |
commit | faf9c3f30d26594e749ed6b6c10f5e29b815834f (patch) | |
tree | ce8031a13e122ba5e79be3a940ff473d56d41180 /manifests | |
parent | 09d4ccd2c1bbdfc1703352ba6efa0113798eaaec (diff) | |
download | puppet-monkeysphere-faf9c3f30d26594e749ed6b6c10f5e29b815834f.tar.gz puppet-monkeysphere-faf9c3f30d26594e749ed6b6c10f5e29b815834f.tar.bz2 |
fix path to modules_dir
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 5c2ac5a..31c341d 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -36,7 +36,7 @@ class monkeysphere( $key = "ssh://${::fqdn}${port}" - common::modules_dir { [ 'monkeysphere', 'monkeysphere/hosts', 'monkeysphere/plugins' ]: } + modules_dir { [ 'monkeysphere', 'monkeysphere/hosts', 'monkeysphere/plugins' ]: } file { # This was the old way which the module checked monkeysphere keys |