diff options
author | James Turnbull <james@lovedthanlost.net> | 2012-03-11 14:47:14 -0700 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2012-03-11 14:47:14 -0700 |
commit | d97e19ff90fd966ae322036060caaeb453dfac00 (patch) | |
tree | 409a0880a39e3eaa3792cd0db113b19b11bee408 /examples/bzr/branch.pp | |
parent | b3de3a5c2b23cef308b6d814a08b4e2a3ab6e791 (diff) | |
parent | 8acf719c0f0560f15bd60b0be75ef5e25257d6ca (diff) |
Merge pull request #19 from adamgibbins/master
Improved Puppet DSL style as per the guidelines.
Diffstat (limited to 'examples/bzr/branch.pp')
-rw-r--r-- | examples/bzr/branch.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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', |