diff options
author | Scott Moser <smoser@ubuntu.com> | 2013-12-12 14:22:14 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2013-12-12 14:22:14 -0500 |
commit | 9a922bfa70306d89535574c6580296c9b02ec43e (patch) | |
tree | 737d3b819d20dd0de1254f96323020fe1f1f13f4 /doc/examples/cloud-config.txt | |
parent | fb759abf6ba2505294a87d15bf59fd30b78303ae (diff) | |
download | vyos-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.txt | 2 |
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" |