403Webshell
Server IP : 172.67.158.161  /  Your IP : 3.146.255.87
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_apt_update_manager.aug
(*
Module: Test_Apt_Update_Manager
  Provides unit tests and examples for the <Apt_Update_Manager> lens.
*)
module Test_Apt_Update_Manager =

(* Variable: meta_release *)
let meta_release = "# default location for the meta-release file

[METARELEASE]
URI = http://changelogs.ubuntu.com/meta-release
URI_LTS = http://changelogs.ubuntu.com/meta-release-lts
URI_UNSTABLE_POSTFIX = -development
URI_PROPOSED_POSTFIX = -proposed
"

(* Test: Apt_Update_Manager.lns *)
test Apt_Update_Manager.lns get meta_release =
  { "#comment" = "default location for the meta-release file" }
  {  }
  { "METARELEASE"
    { "URI" = "http://changelogs.ubuntu.com/meta-release" }
    { "URI_LTS" = "http://changelogs.ubuntu.com/meta-release-lts" }
    { "URI_UNSTABLE_POSTFIX" = "-development" }
    { "URI_PROPOSED_POSTFIX" = "-proposed" }
  }

(* Variable: release_upgrades *)
let release_upgrades = "# Default behavior for the release upgrader.

[DEFAULT]
Prompt=lts
"

(* Test: Apt_Update_Manager.lns *)
test Apt_Update_Manager.lns get release_upgrades =
  { "#comment" = "Default behavior for the release upgrader." }
  {  }
  { "DEFAULT"
    { "Prompt" = "lts" }
  }

Youez - 2016 - github.com/yon3zu
LinuXploit