Update README.rst formatting

This commit is contained in:
Pedro Algarvio 2012-11-29 05:39:43 +00:00
parent 2e2f68b91d
commit 38847d0c81

View file

@ -86,14 +86,12 @@ Below is an example for Ubuntu Oneiric:
install_ubuntu_1110_deps() {
apt-get update
apt-get -y install python-software-properties
add-apt-repository -y 'deb http://us.archive.ubuntu.com/ubuntu/ oneiric
universe'
add-apt-repository -y 'deb http://us.archive.ubuntu.com/ubuntu/ oneiric universe'
add-apt-repository -y ppa:saltstack/salt
}
install_ubuntu_1110_post() {
add-apt-repository -y --remove 'deb http://us.archive.ubuntu.com/ubuntu/
oneiric universe'
add-apt-repository -y --remove 'deb http://us.archive.ubuntu.com/ubuntu/ oneiric universe'
}
install_ubuntu_stable() {
@ -122,4 +120,4 @@ Supported Operating Systems
.. _`Salt`: http://saltstack.org/
.. vim: fenc=utf-8 spell spl=en cc=80 tw=79 fo=want sts=2 sw=2 et
.. vim: fenc=utf-8 spell spl=en cc=100 tw=99 fo=want sts=2 sw=2 et