summaryrefslogtreecommitdiff
path: root/examples/bzr
diff options
context:
space:
mode:
authorAdam Gibbins <adam@adamgibbins.com>2012-03-11 21:10:08 +0000
committerAdam Gibbins <adam@adamgibbins.com>2012-03-11 21:10:08 +0000
commit8acf719c0f0560f15bd60b0be75ef5e25257d6ca (patch)
tree409a0880a39e3eaa3792cd0db113b19b11bee408 /examples/bzr
parentb3de3a5c2b23cef308b6d814a08b4e2a3ab6e791 (diff)
Make Puppet DSL compliant with the style guides and puppet lint.
Diffstat (limited to 'examples/bzr')
-rw-r--r--examples/bzr/branch.pp2
-rw-r--r--examples/bzr/init_repo.pp2
2 files changed, 2 insertions, 2 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',
diff --git a/examples/bzr/init_repo.pp b/examples/bzr/init_repo.pp
index 3d63728..36d2463 100644
--- a/examples/bzr/init_repo.pp
+++ b/examples/bzr/init_repo.pp
@@ -1,4 +1,4 @@
-vcsrepo { "/tmp/vcstest-bzr-init":
+vcsrepo { '/tmp/vcstest-bzr-init':
ensure => present,
provider => bzr
}