summaryrefslogtreecommitdiffstats
path: root/examples/code/svncommit
diff options
context:
space:
mode:
Diffstat (limited to 'examples/code/svncommit')
-rw-r--r--examples/code/svncommit13
1 files changed, 0 insertions, 13 deletions
diff --git a/examples/code/svncommit b/examples/code/svncommit
deleted file mode 100644
index 350cd8580..000000000
--- a/examples/code/svncommit
+++ /dev/null
@@ -1,13 +0,0 @@
-$path = "/usr/bin:/bin"
-
-file { "/tmp/svntests":
- recurse => true,
- checksum => md5
-}
-
-exec { "echo 'files have been updated'":
- cwd => "/tmp/svntests",
- refreshonly => true,
- require => file["/tmp/svntests"],
- path => $path
-}