mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Merge pull request #1134 from eighthave/remove-redundant
remove redundant setting of default volume/backingStore mode
This commit is contained in:
commit
18c7803863
@ -51,7 +51,6 @@ module VagrantPlugins
|
|||||||
xml.permissions do
|
xml.permissions do
|
||||||
xml.owner storage_uid(env)
|
xml.owner storage_uid(env)
|
||||||
xml.group storage_gid(env)
|
xml.group storage_gid(env)
|
||||||
xml.mode '0600'
|
|
||||||
xml.label 'virt_image_t'
|
xml.label 'virt_image_t'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
@ -61,7 +60,6 @@ module VagrantPlugins
|
|||||||
xml.permissions do
|
xml.permissions do
|
||||||
xml.owner storage_uid(env)
|
xml.owner storage_uid(env)
|
||||||
xml.group storage_gid(env)
|
xml.group storage_gid(env)
|
||||||
xml.mode '0600'
|
|
||||||
xml.label 'virt_image_t'
|
xml.label 'virt_image_t'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user