Skip to content

Commit

Permalink
"DebOps" can stand for itself
Browse files Browse the repository at this point in the history
Related to: debops/docs#197
  • Loading branch information
ypid committed Aug 11, 2016
1 parent bfbfb92 commit 2c46779
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Changed

- Use ownCloud APT repository of the latest stable release of ownCloud which is
supported by this role and not the latest stable release of ownCloud for
which the DebOps project might need adoption. This allows the role maintainers to
which DebOps might need adoption. This allows the role maintainers to
update the role to new releases, test it and then release a new version of
the role. [ypid_]

Expand Down Expand Up @@ -130,7 +130,7 @@ Changed

[ypid_]

- Renamed variables to be consistent with the DebOps project:
- Renamed variables to be consistent with DebOps:

* :regexp:`owncloud__?run_occ_global_commands` → :envvar:`owncloud__occ_cmd_list`
* :regexp:`owncloud__?run_occ_group_commands` → :envvar:`owncloud__group_occ_cmd_list`
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [![DebOps project](https://debops.org/images/debops-small.png)](https://debops.org) owncloud
## [![DebOps](https://debops.org/images/debops-small.png)](https://debops.org) owncloud

<!-- This file was generated by Ansigenome. Do not edit this file directly but
instead have a look at the files in the ./meta/ directory. -->
Expand Down Expand Up @@ -26,7 +26,7 @@ but it is community supported and should work without problems.
* Fully automated ownCloud security updates.
* ownCloud theming support.
* Extensive configuration options via Ansible’s inventory.
* Fully automated ownCloud security updates. (Not yet enabled by default)
* Fully automated ownCloud security updates. [Not yet enabled by default](https://github.com/debops/ansible-owncloud/issues/28).

### Installation

Expand Down
4 changes: 2 additions & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1288,7 +1288,7 @@ owncloud__theme_name_html: '{{ owncloud__theme_name }}'
#
# Entity string for your ownCloud. For example the name of your company. This
# string is used for the footer and the copyright.
owncloud__theme_entitiy_name: 'DebOps Project'
owncloud__theme_entitiy_name: 'DebOps'


# .. envvar:: owncloud__theme_base_url
Expand Down Expand Up @@ -1317,7 +1317,7 @@ owncloud__theme_slogan: 'Powered by <a href="https://owncloud.org/">ownCloud</a>
# The value can contain arbitrary PHP and HTML code.
# You will need to take care of quotes yourself.
owncloud__theme_footer_short: |
'Setup using the <a href="' . $this->getBaseUrl() . '" target="_blank\">' . $this->getEntity() . '</a><br/>' .
'Setup by <a href="' . $this->getBaseUrl() . '" target="_blank\">' . $this->getEntity() . '</a><br/>' .
'{{ owncloud__theme_slogan }}'
Expand Down

0 comments on commit 2c46779

Please sign in to comment.