diff options
author | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-01-11 15:58:16 +0000 |
---|---|---|
committer | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-01-11 15:58:16 +0000 |
commit | 3ccf7e835ec72758c013c8159bb63f0647917ca1 (patch) | |
tree | 9b4ce0ddc8f44d834ff3dd6c84521f1b63fb3d0d | |
parent | 0930368db3b02f4e8648b8ae576c64af33b634be (diff) | |
download | puppet-sshd-3ccf7e835ec72758c013c8159bb63f0647917ca1.tar.gz puppet-sshd-3ccf7e835ec72758c013c8159bb63f0647917ca1.tar.bz2 |
removed module_dirs
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@478 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
-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 7be9081..addb6dc 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -2,7 +2,7 @@ # Copyright (C) 2007 admin@immerda.ch # -modules_dir { "sshd": } +#modules_dir { "sshd": } class sshd { |