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/git/clone.pp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'examples/git/clone.pp') diff --git a/examples/git/clone.pp b/examples/git/clone.pp index fe706cc..b7d5bfb 100644 --- a/examples/git/clone.pp +++ b/examples/git/clone.pp @@ -1,5 +1,5 @@ -vcsrepo { "/tmp/vcstest-git-clone": - ensure => present, +vcsrepo { '/tmp/vcstest-git-clone': + ensure => present, provider => git, - source => "git://github.com/bruce/rtex.git" -} + source => 'git://github.com/bruce/rtex.git' +} -- cgit v1.2.3