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/container/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/container/storage.conf.j2')
-rw-r--r-- | data/templates/container/storage.conf.j2 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/templates/container/storage.conf.j2 b/data/templates/container/storage.conf.j2 new file mode 100644 index 000000000..3a69b7252 --- /dev/null +++ b/data/templates/container/storage.conf.j2 @@ -0,0 +1,5 @@ +### Autogenerated by /usr/libexec/vyos/conf_mode/containers.py ### + +[storage] + driver = "vfs" + graphroot = "/config/containers/storage" |