summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-01-11 00:20:48 +0000
committermh <mh@immerda.ch>2008-01-11 00:20:48 +0000
commitc88d6089371b8739e458415e1c2d050c8ee9a469 (patch)
tree4e8cc02b7bf56c6ff97d82e124c42a8c82e23f03
downloadpuppet-ejabberd-c88d6089371b8739e458415e1c2d050c8ee9a469.tar.gz
puppet-ejabberd-c88d6089371b8739e458415e1c2d050c8ee9a469.tar.bz2
added modules_dir as well a skeleton module
-rw-r--r--manifests/init.pp9
1 files changed, 9 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
new file mode 100644
index 0000000..d1d2e20
--- /dev/null
+++ b/manifests/init.pp
@@ -0,0 +1,9 @@
+# modules/skeleton/manifests/init.pp - manage skeleton stuff
+# Copyright (C) 2007 admin@immerda.ch
+#
+
+modules_dir { "skeleton": }
+
+class skeleton {
+
+}