diff options
author | Michael Baker <elmobp@users.noreply.github.com> | 2017-11-23 06:18:41 +0800 |
---|---|---|
committer | Neil Lathwood <neil@lathwood.co.uk> | 2017-11-22 22:18:41 +0000 |
commit | da8923512737f0d9383feaebaf43e781e914b71e (patch) | |
tree | 478c0abc3bdc8217765a0fc55b0b6d0104386726 /README.md | |
parent | c81881d2cd42f02b30bd36740745a78e6106afa8 (diff) |
fix: GPG bug fix when loading file (#1109)
* GPG bug fix
* Update Sources.md
* Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -246,15 +246,12 @@ oxidized Now tell Oxidized where it finds a list of network devices to backup configuration from. You can either use CSV or SQLite as source. To create a CSV source add the following snippet: -Note: If gpg is set to anything other than false it will attempt to decrypt the file contents ``` source: default: csv csv: file: ~/.config/oxidized/router.db delimiter: !ruby/regexp /:/ - gpg: false - gpg_password: 'password' map: name: 0 model: 1 |