From 8acf719c0f0560f15bd60b0be75ef5e25257d6ca Mon Sep 17 00:00:00 2001 From: Adam Gibbins Date: Sun, 11 Mar 2012 21:10:08 +0000 Subject: Make Puppet DSL compliant with the style guides and puppet lint. --- examples/svn/checkout.pp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'examples/svn/checkout.pp') 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' } - + -- cgit v1.2.3