Skip to content

Commit

Permalink
Use Sphinx inline syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
ypid committed May 28, 2016
1 parent b8c0e3d commit 56ba55c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ v0.3.0
- Remove most of the Ansible role dependencies, leaving only those that are
required for the role to run correctly.

Configuration of dependent services like ``nginx`` is set in separate default
Configuration of dependent services like :program:`nginx` is set in separate default
variables. These variables can be used by Ansible playbooks to configure
settings related to ``preseed`` in other services. [ypid]

Expand All @@ -35,11 +35,11 @@ v0.3.0
- Switched the default Debian mirror to the new official redirector at
http://httpredir.debian.org/. [ypid]

- Divert original ``/etc/default/grub`` away before making changes to it. [ypid]
- Divert original :file:`/etc/default/grub` away before making changes to it. [ypid]

- Made GRUB settings configurable. [ypid]

- Don’t configure ``GRUB_DISABLE_RECOVERY="true"`` in ``/etc/default/grub`` anymore.
- Don’t configure ``GRUB_DISABLE_RECOVERY="true"`` in :file:`/etc/default/grub` anymore.
This option should be handled by ``debops.grub``. [ypid]

- Don’t ask for additional installation media when when configuring APT. Can be
Expand Down Expand Up @@ -88,7 +88,7 @@ v0.1.1
system groups, which will be created if necessary. [drybjed]

- Allow configuration of a system group which will be configured with
passwordless ``sudo`` access. By default it will be first group defined in
passwordless :command:`sudo` access. By default it will be first group defined in
``preseed_admin_groups`` list. [drybjed]

v0.1.0
Expand Down
6 changes: 3 additions & 3 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,14 +203,14 @@ preseed__admin_shell: '/bin/bash'

# .. envvar:: preseed__sudo
#
# If enabled, specified admin group will be configured in ``sudo`` to allow
# If enabled, specified admin group will be configured in :command:`sudo` to allow
# access to ``root`` account without password.
preseed__sudo: True


# .. envvar:: preseed__sudo_group
#
# Name of the system group which will be configured with passwordless ``sudo``
# Name of the system group which will be configured with passwordless :command:`sudo`
# access. By default it's the first group set in :any:`preseed__admin_groups`.
preseed__sudo_group: '{{ preseed__admin_groups[0] }}'

Expand Down Expand Up @@ -242,7 +242,7 @@ preseed__debian_locale: 'en_US.UTF-8'
# .. envvar:: preseed__debian_keyboard_keymap
#
# Keyboard layout enabled during installation.
# The current keymap layout can be looked up via ``setxkbmap -query``.
# The current keymap layout can be looked up via :command:`setxkbmap -query`.
preseed__debian_keyboard_keymap: 'en'


Expand Down

0 comments on commit 56ba55c

Please sign in to comment.