summaryrefslogtreecommitdiff
path: root/doc/examples/cloud-config.txt
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2013-12-12 14:22:14 -0500
committerScott Moser <smoser@ubuntu.com>2013-12-12 14:22:14 -0500
commit9a922bfa70306d89535574c6580296c9b02ec43e (patch)
tree737d3b819d20dd0de1254f96323020fe1f1f13f4 /doc/examples/cloud-config.txt
parentfb759abf6ba2505294a87d15bf59fd30b78303ae (diff)
downloadvyos-cloud-init-9a922bfa70306d89535574c6580296c9b02ec43e.tar.gz
vyos-cloud-init-9a922bfa70306d89535574c6580296c9b02ec43e.zip
fix 'make yaml'.
Diffstat (limited to 'doc/examples/cloud-config.txt')
-rw-r--r--doc/examples/cloud-config.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/cloud-config.txt b/doc/examples/cloud-config.txt
index b35b084d..8d756c61 100644
--- a/doc/examples/cloud-config.txt
+++ b/doc/examples/cloud-config.txt
@@ -74,7 +74,7 @@ apt_preserve_sources_list: true
# 'source' entries in apt-sources that match this python regex
# expression will be passed to add-apt-repository
-add_apt_repo_match = "^[\w-]+:\w"
+add_apt_repo_match: '^[\w-]+:\w'
apt_sources:
- source: "deb http://ppa.launchpad.net/byobu/ppa/ubuntu karmic main"