summaryrefslogtreecommitdiff
path: root/examples/hg/clone.pp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hg/clone.pp')
-rw-r--r--examples/hg/clone.pp8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/hg/clone.pp b/examples/hg/clone.pp
index c7a7ab5..92b3335 100644
--- a/examples/hg/clone.pp
+++ b/examples/hg/clone.pp
@@ -1,6 +1,6 @@
-vcsrepo { "/tmp/vcstest-hg-clone":
- ensure => present,
+vcsrepo { '/tmp/vcstest-hg-clone':
+ ensure => present,
provider => hg,
- source => "http://hg.basho.com/riak",
+ source => 'http://hg.basho.com/riak',
revision => 'riak-0.5.3'
-}
+}