summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2013-10-02 09:28:54 +0200
committermh <mh@immerda.ch>2013-10-02 09:28:54 +0200
commitf7ac3063564d4560f5a80ea45e84011b127b0b62 (patch)
tree47f1534b285e503226fe4ade730937e6bb1c1a88
parent6043761b61716370b375d3e168b36b3bbe49b0e7 (diff)
remove init class, this confused ppl and better readme follows
-rw-r--r--manifests/init.pp6
1 files changed, 0 insertions, 6 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
deleted file mode 100644
index cf5223e..0000000
--- a/manifests/init.pp
+++ /dev/null
@@ -1,6 +0,0 @@
-#Main definition class for trocla. Just calls master
-class trocla {
-
- include trocla::master
-
-}