diff options
author | James Turnbull <james@lovedthanlost.net> | 2008-07-10 19:52:26 +1000 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2008-07-10 19:52:26 +1000 |
commit | 605d760dd72b7b6bd3fd54e9f6c3ffacb1b9ee52 (patch) | |
tree | bfab41f07b972f61585ef2fcf454ad9fdef6c832 /examples/one | |
parent | d25c2b282cc4cd703bba3d2457f93431098ddc85 (diff) | |
download | puppet-605d760dd72b7b6bd3fd54e9f6c3ffacb1b9ee52.tar.gz puppet-605d760dd72b7b6bd3fd54e9f6c3ffacb1b9ee52.tar.xz puppet-605d760dd72b7b6bd3fd54e9f6c3ffacb1b9ee52.zip |
Moved debian to conf and updated examples directory
Diffstat (limited to 'examples/one')
-rw-r--r-- | examples/one | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/one b/examples/one new file mode 100644 index 000000000..452d32f3e --- /dev/null +++ b/examples/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 +} |