Hacked By AnonymousFox

Current Path : /proc/thread-self/root/proc/thread-self/root/proc/thread-self/root/proc/self/root/proc/self/root/opt/puppetlabs/puppet/share/augeas/lenses/dist/tests/
Upload File :
Current File : //proc/thread-self/root/proc/thread-self/root/proc/thread-self/root/proc/self/root/proc/self/root/opt/puppetlabs/puppet/share/augeas/lenses/dist/tests/test_oz.aug

module Test_oz =

   let conf = "
[paths]
output_dir = /var/lib/libvirt/images
data_dir = /var/lib/oz

[libvirt]
uri = qemu:///system
image_type = raw
"

   test Oz.lns get conf =
      {}
      { "paths"
         { "output_dir" = "/var/lib/libvirt/images" }
         { "data_dir" = "/var/lib/oz" }
         {} }
      { "libvirt"
         { "uri" = "qemu:///system" }
         { "image_type" = "raw" }
         }

    test Oz.lns put conf after
       set "libvirt/cpus" "2"
    = "
[paths]
output_dir = /var/lib/libvirt/images
data_dir = /var/lib/oz

[libvirt]
uri = qemu:///system
image_type = raw
cpus=2
"


Hacked By AnonymousFox1.0, Coded By AnonymousFox