summaryrefslogtreecommitdiff
path: root/examples/hg/clone_basic_auth.pp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hg/clone_basic_auth.pp')
-rw-r--r--examples/hg/clone_basic_auth.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/hg/clone_basic_auth.pp b/examples/hg/clone_basic_auth.pp
index 1931e1f..984f8ea 100644
--- a/examples/hg/clone_basic_auth.pp
+++ b/examples/hg/clone_basic_auth.pp
@@ -1,7 +1,7 @@
vcsrepo { '/path/to/repo':
- ensure => latest,
- provider => hg,
- source => 'http://hg.example.com/myrepo',
+ ensure => latest,
+ provider => 'hg',
+ source => 'http://hg.example.com/myrepo',
basic_auth_username => 'hgusername',
basic_auth_password => 'hgpassword',
}