From 6029ef7812765775306ff8394005c326e359d886 Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Tue, 23 Aug 2005 16:09:14 +0000 Subject: Moving all files into a consolidated trunk. All tests pass except the known-failing certificate test, but there appear to be some errors that are incorrectly not resulting in failurs. I will track those down ASAP. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@576 980ebf18-57e1-0310-9a29-db15c13687c0 --- examples/code/one | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 examples/code/one (limited to 'examples/code/one') diff --git a/examples/code/one b/examples/code/one new file mode 100644 index 000000000..452d32f3e --- /dev/null +++ b/examples/code/one @@ -0,0 +1,8 @@ +# $Id$ + +# this service doesn't actually exist, so we noop it +# and this way, we can test noop :) +service { "funtest": + running => "0", + noop => true +} -- cgit