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/working_copy_init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/git/working_copy_init.pp') diff --git a/examples/git/working_copy_init.pp b/examples/git/working_copy_init.pp index f92fbee..b20af20 100644 --- a/examples/git/working_copy_init.pp +++ b/examples/git/working_copy_init.pp @@ -1,4 +1,4 @@ -vcsrepo { "/tmp/vcstest-git-wc": - ensure => present, +vcsrepo { '/tmp/vcstest-git-wc': + ensure => present, provider => git } -- cgit v1.2.3