summaryrefslogtreecommitdiff
path: root/examples/svncommit
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/svncommit
parent7a3cd3a80c8d57462509c7e193dfcc11fc61a191 (diff)
parent480379d1f61d88e732bd10d6773845a788351ed3 (diff)
downloadpuppet-upstream/3.1.0.tar.gz
Imported Upstream version 3.1.0upstream/3.1.0
Diffstat (limited to 'examples/svncommit')
-rw-r--r--examples/svncommit13
1 files changed, 0 insertions, 13 deletions
diff --git a/examples/svncommit b/examples/svncommit
deleted file mode 100644
index 350cd8580..000000000
--- a/examples/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
-}