diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-05-01 18:43:47 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-05-01 18:43:47 +0200 |
commit | e6af32344b1647f59543cbc659704bb9ef08be5f (patch) | |
tree | c5229483f98adf556c95cadffc67e306e65212f0 /data/templates/containers/storage.conf.j2 | |
parent | 827cefbcbfa22b42c8f144a41d6a2d3825268755 (diff) | |
download | vyos-1x-e6af32344b1647f59543cbc659704bb9ef08be5f.tar.gz vyos-1x-e6af32344b1647f59543cbc659704bb9ef08be5f.zip |
container: T4353: fix Jinja2 linting errors
Diffstat (limited to 'data/templates/containers/storage.conf.j2')
-rw-r--r-- | data/templates/containers/storage.conf.j2 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/data/templates/containers/storage.conf.j2 b/data/templates/containers/storage.conf.j2 deleted file mode 100644 index 3a69b7252..000000000 --- a/data/templates/containers/storage.conf.j2 +++ /dev/null @@ -1,5 +0,0 @@ -### Autogenerated by /usr/libexec/vyos/conf_mode/containers.py ### - -[storage] - driver = "vfs" - graphroot = "/config/containers/storage" |