403Webshell
Server IP : 104.21.14.103  /  Your IP : 3.142.114.199
Web Server : LiteSpeed
System : Linux business53.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : giankuin ( 1871)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /opt/puppetlabs/puppet/share/augeas/lenses/dist/tests/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /opt/puppetlabs/puppet/share/augeas/lenses/dist/tests/test_schroot.aug
module Test_schroot =

   let conf = "# Sample configuration

[sid]
type=plain
description=Debian unstable
description[fr_FR]=Debian instable
location=/srv/chroot/sid
priority=3
groups=sbuild
root-groups=root
aliases=unstable,default

[etch]
type=block-device
description=Debian testing
priority=2
#groups=sbuild-security
aliases=testing
device=/dev/hda_vg/etch_chroot
mount-options=-o atime
run-setup-scripts=true
run-exec-scripts=true

[sid-file]
type=file
description=Debian sid file-based chroot
priority=3
groups=sbuild
file=/srv/chroots/sid.tar.gz
run-setup-scripts=true
run-exec-scripts=true

[sid-snapshot]
type=lvm-snapshot
description=Debian unstable LVM snapshot
priority=3
groups=sbuild
root-groups=root
device=/dev/hda_vg/sid_chroot
mount-options=-o atime,sync,user_xattr
lvm-snapshot-options=--size 2G
run-setup-scripts=true
run-exec-scripts=true
"

   test Schroot.lns get conf =
  { "#comment" = "Sample configuration" }
  {  }
  { "sid"
    { "type" = "plain" }
    { "description" = "Debian unstable" }
    { "description" = "Debian instable"
      { "lang" = "fr_FR" }
    }
    { "location" = "/srv/chroot/sid" }
    { "priority" = "3" }
    { "groups" = "sbuild" }
    { "root-groups" = "root" }
    { "aliases" = "unstable,default" }
    {  }
  }
  { "etch"
    { "type" = "block-device" }
    { "description" = "Debian testing" }
    { "priority" = "2" }
    { "#comment" = "groups=sbuild-security" }
    { "aliases" = "testing" }
    { "device" = "/dev/hda_vg/etch_chroot" }
    { "mount-options" = "-o atime" }
    { "run-setup-scripts" = "true" }
    { "run-exec-scripts" = "true" }
    {  }
  }
  { "sid-file"
    { "type" = "file" }
    { "description" = "Debian sid file-based chroot" }
    { "priority" = "3" }
    { "groups" = "sbuild" }
    { "file" = "/srv/chroots/sid.tar.gz" }
    { "run-setup-scripts" = "true" }
    { "run-exec-scripts" = "true" }
    {  }
  }
  { "sid-snapshot"
    { "type" = "lvm-snapshot" }
    { "description" = "Debian unstable LVM snapshot" }
    { "priority" = "3" }
    { "groups" = "sbuild" }
    { "root-groups" = "root" }
    { "device" = "/dev/hda_vg/sid_chroot" }
    { "mount-options" = "-o atime,sync,user_xattr" }
    { "lvm-snapshot-options" = "--size 2G" }
    { "run-setup-scripts" = "true" }
    { "run-exec-scripts" = "true" }
  }

Youez - 2016 - github.com/yon3zu
LinuXploit