rename avoid_autocommits to etckeeper_avoid_autocommits
This commit is contained in:
parent
e642e54912
commit
c505d66f60
3 changed files with 5 additions and 5 deletions
|
@ -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 }
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue