summaryrefslogtreecommitdiffstats
path: root/examples/code/allatonce
diff options
context:
space:
mode:
Diffstat (limited to 'examples/code/allatonce')
-rw-r--r--examples/code/allatonce13
1 files changed, 0 insertions, 13 deletions
diff --git a/examples/code/allatonce b/examples/code/allatonce
deleted file mode 100644
index 8912ec4e7..000000000
--- a/examples/code/allatonce
+++ /dev/null
@@ -1,13 +0,0 @@
-# $Id$
-
-define thingie {
- file { "/tmp/classtest": ensure => file, mode => 755 }
- #testing {}
-}
-
-class testing {
- thingie { "componentname": }
-}
-
-#component {}
-testing { "testingname": }