summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorJustice London <jlondon@syrussystems.com>2013-07-12 18:14:53 -0400
committerJustice London <jlondon@syrussystems.com>2013-07-23 12:15:05 -0400
commitfca65b8710668da4646e49cc91d7524f047ab116 (patch)
treea4d6b8436607d65619b99f4250ce964103617bab /manifests/init.pp
parent57d9f3125bafaf3aebc228f0c718d1b104c35a4e (diff)
Release of 0.0.2 module which includes template base configuration for trocla CLI.
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
new file mode 100644
index 0000000..cf5223e
--- /dev/null
+++ b/manifests/init.pp
@@ -0,0 +1,6 @@
+#Main definition class for trocla. Just calls master
+class trocla {
+
+ include trocla::master
+
+}