summaryrefslogtreecommitdiff
path: root/examples/one
diff options
context:
space:
mode:
authorStig Sandbeck Mathisen <ssm@debian.org>2013-02-05 10:44:00 +0100
committerStig Sandbeck Mathisen <ssm@debian.org>2013-02-05 10:44:00 +0100
commit107e8d1a41d447403883a6f6faa1cc40fb904720 (patch)
treeaaaeca9cb6289b3db94a105e6cb1b1270292337c /examples/one
parent7a3cd3a80c8d57462509c7e193dfcc11fc61a191 (diff)
parent480379d1f61d88e732bd10d6773845a788351ed3 (diff)
downloadpuppet-upstream/3.1.0.tar.gz
Imported Upstream version 3.1.0upstream/3.1.0
Diffstat (limited to 'examples/one')
-rw-r--r--examples/one8
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/one b/examples/one
deleted file mode 100644
index 452d32f3e..000000000
--- a/examples/one
+++ /dev/null
@@ -1,8 +0,0 @@
-# $Id$
-
-# this service doesn't actually exist, so we noop it
-# and this way, we can test noop :)
-service { "funtest":
- running => "0",
- noop => true
-}