summaryrefslogtreecommitdiff
path: root/examples/git.pp
diff options
context:
space:
mode:
authorBruce Williams <bruce@codefluency.com>2010-03-13 15:19:39 -0800
committerBruce Williams <bruce@codefluency.com>2010-03-13 15:19:39 -0800
commit15ddecef0ee3634d730ae2a6342859dbeba6d835 (patch)
tree622cac34ccb4164f8fc96df6d153c0f871f34081 /examples/git.pp
parent9d1e7c7284d03e7524d39ab9e000ec1371c1724d (diff)
Basic Mercurial support
Diffstat (limited to 'examples/git.pp')
-rw-r--r--examples/git.pp15
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/git.pp b/examples/git.pp
deleted file mode 100644
index 7763a91..0000000
--- a/examples/git.pp
+++ /dev/null
@@ -1,15 +0,0 @@
-vcsrepo { "/tmp/vcstest-git-bare":
- ensure => bare,
- provider => git
-}
-
-vcsrepo { "/tmp/vcstest-git-wc":
- ensure => present,
- provider => git
-}
-
-vcsrepo { "/tmp/vcstest-git-clone":
- ensure => present,
- provider => git,
- source => "git://github.com/bruce/rtex.git"
-}