Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Latest commit

 

History

History
43 lines (27 loc) · 1.18 KB

CHANGES.rst

File metadata and controls

43 lines (27 loc) · 1.18 KB

Changelog

debops-contrib.etckeeper

This project adheres to Semantic Versioning and human-readable changelog.

The current role maintainer_ is ypid_.

debops-contrib.etckeeper v0.1.0 - unreleased

Added

  • Initial coding and design. [ypid_]
  • Added support to configure the user and email used by etckeeper. [joh6nn, ypid_]

Changed

  • Renamed etckeeper_gitignore to etckeeper_ignore_list, etckeeper_gitignore_group to etckeeper_ignore_host_group_list, etckeeper_ignore_host_list to etckeeper_gitignore_host. [ypid_]

  • Moved role default ignore list from etckeeper_ignore_list to it’s own ignore list etckeeper_ignore_role_list. [ypid_]

  • Changed namespace from etckeeper_ to etckeeper__. etckeeper_[^_] variables are hereby deprecated and you might need to update your inventory. This oneliner might come in handy to do this.

    git ls-files | xargs sed --in-place --regexp-extended 's/etckeeper_([^_])/etckeeper__\1/g'

    [ypid_]