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_dpkg.aug

module Test_dpkg =

let conf ="# dpkg configuration file
# Do not enable debsig-verify by default
no-debsig

log /var/log/dpkg.log\n"

test Dpkg.lns get conf =
  { "#comment" = "dpkg configuration file" }
  { "#comment" = "Do not enable debsig-verify by default" }
  { "no-debsig" }
  {}
  { "log" = "/var/log/dpkg.log" }

Hacked By AnonymousFox1.0, Coded By AnonymousFox