summaryrefslogtreecommitdiff
path: root/examples/svn/checkout.pp
diff options
context:
space:
mode:
authorAdam Gibbins <adam@adamgibbins.com>2012-03-11 21:10:08 +0000
committerAdam Gibbins <adam@adamgibbins.com>2012-03-11 21:10:08 +0000
commit8acf719c0f0560f15bd60b0be75ef5e25257d6ca (patch)
tree409a0880a39e3eaa3792cd0db113b19b11bee408 /examples/svn/checkout.pp
parentb3de3a5c2b23cef308b6d814a08b4e2a3ab6e791 (diff)
Make Puppet DSL compliant with the style guides and puppet lint.
Diffstat (limited to 'examples/svn/checkout.pp')
-rw-r--r--examples/svn/checkout.pp8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/svn/checkout.pp b/examples/svn/checkout.pp
index 10af8a7..1fceb7b 100644
--- a/examples/svn/checkout.pp
+++ b/examples/svn/checkout.pp
@@ -1,6 +1,6 @@
-vcsrepo { "/tmp/vcstest-svn-checkout":
- ensure => present,
+vcsrepo { '/tmp/vcstest-svn-checkout':
+ ensure => present,
provider => svn,
- source => 'http://svn.edgewall.org/repos/babel/trunk'
+ source => 'http://svn.edgewall.org/repos/babel/trunk'
}
-
+