docker-registry: use correct 'layerinfo' key in role hash
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
82938247ad
commit
2a1210a987
1 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@
|
|||
},
|
||||
storage: {
|
||||
cache: {
|
||||
layeredinfo: "inmemory"
|
||||
layerinfo: "inmemory"
|
||||
},
|
||||
filesystem: {
|
||||
rootdirectory: "/srv/"
|
||||
|
@ -78,7 +78,7 @@
|
|||
},
|
||||
storage: {
|
||||
cache: {
|
||||
layeredinfo: "inmemory"
|
||||
layerinfo: "inmemory"
|
||||
},
|
||||
filesystem: {
|
||||
rootdirectory: "/srv/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue