I am almost getting there implementing svn with r10k. I am stuck here. Anyone can you help me in this. I am having this error:
cat r10k.yaml
---
# This example configuration details the most commonly used configuration
# options for the `r10k deploy` command.
#
# The 'cachedir' setting controls where cached content, such as mirrored Git
# repositories, are stored on the local machine. This location should be
# persistent, as environments and modules may rely on these files in order to
# be updated.
#
# for more information on how r10k caches Git repositories.
#
# The default value is "~/.r10k"
cachedir: '/var/cache/r10k'
sources:
development:
type: svn
basedir: '/etc/puppetlabs/puppet/environments'
username: 'xxxx'
password: 'xxxx'
prefix: false