Skip to content

Commit

Permalink
Run sphinx-inline to prepare docs for later inclusion in DebOps docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ypid committed Aug 3, 2016
1 parent bb12da3 commit 957371e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,24 @@ debops.samba v0.1.0 - unreleased
Added
~~~~~

- First release. [drybjed]
- First release. [drybjed_]

- Changelog. [ypid]
- Changelog. [ypid_]

- Support to configure :file:`/etc/samba/smb.conf` without
installing the Samba daemon. [ypid]
installing the Samba daemon. [ypid_]

- Put kernel modules loaded by this role to a separate file under
:file:`/etc/modules-load.d` managed by this role. [ypid]
:file:`/etc/modules-load.d` managed by this role. [ypid_]

- Allow to change "name resolve order" in the global section using
:envvar:`samba__name_resolve_order`. [ypid]
:envvar:`samba__name_resolve_order`. [ypid_]

Changed
~~~~~~~

- Converted :file:`defaults/main.yml` to new documentation format and improved
documentation. [ypid]
documentation. [ypid_]

- Changed variable namespace from ``samba_`` to ``samba__``.
``samba_[^_]`` variables are hereby deprecated.
Expand All @@ -46,4 +46,4 @@ Changed
git ls-files -z | xargs --null -I '{}' find '{}' -type f -print0 | xargs --null sed --in-place --regexp-extended 's/\<(samba)_([^_])/\1__\2/g;'
[ypid]
[ypid_]
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# List of base packages to install.
# In case you only want to prepare the host for being a Samba client, remove
# the ``samba`` package from the list. This might be required because
# applications like ownCloud depend on the ``smbclient`` which gets things like
# applications like ownCloud depend on the :command:`smbclient` which gets things like
# workgroup from the file :file:`/etc/samba/smb.conf`.
samba__base_packages:
- 'samba'
Expand Down

0 comments on commit 957371e

Please sign in to comment.