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/hg/clone.pp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'examples/hg/clone.pp') 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' -} +} -- cgit v1.2.3