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/bzr/branch.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/bzr/branch.pp') diff --git a/examples/bzr/branch.pp b/examples/bzr/branch.pp index f9e24a1..a24dbb5 100644 --- a/examples/bzr/branch.pp +++ b/examples/bzr/branch.pp @@ -1,4 +1,4 @@ -vcsrepo { "/tmp/vcstest-bzr-branch": +vcsrepo { '/tmp/vcstest-bzr-branch': ensure => present, provider => bzr, source => 'lp:do', -- cgit v1.2.3