summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorduritong <peter.meier+github@immerda.ch>2013-09-04 15:02:11 -0700
committerduritong <peter.meier+github@immerda.ch>2013-09-04 15:02:11 -0700
commit6043761b61716370b375d3e168b36b3bbe49b0e7 (patch)
treef1fca2b8b55997b3f644ead7fd5cb99e7694f231 /manifests/init.pp
parent57d9f3125bafaf3aebc228f0c718d1b104c35a4e (diff)
parent9fb3286e24548cb3a6a6722e57a005737246fb5a (diff)
Merge pull request #3 from justicel/master
Release of 0.0.2 module which includes template base configuration for t...
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
+
+}