rename avoid_autocommits to etckeeper_avoid_autocommits

This commit is contained in:
neingeist 2016-08-27 16:16:48 +02:00
parent e642e54912
commit c505d66f60
3 changed files with 5 additions and 5 deletions

View file

@ -12,7 +12,7 @@ To avoid `etckeeper` autocommits (daily or before package manager runs) set
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
roles:
- { role: etckeeper, tags: ['system', 'etckeeper'],
avoid_autocommits: true }
etckeeper_avoid_autocommits: true }
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To send commit emails to root:
@ -20,6 +20,6 @@ To send commit emails to root:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
roles:
- { role: etckeeper, tags: ['system', 'etckeeper'],
avoid_autocommits: true,
etckeeper_avoid_autocommits: true,
etckeeper_mailto: root }
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~