Module: Caco::Debian
- Defined in:
- lib/caco/debian.rb,
lib/caco/debian/add_user.rb,
lib/caco/debian/user_home.rb,
lib/caco/debian/apt_update.rb,
lib/caco/debian/apt_repo_add.rb,
lib/caco/debian/service_enable.rb,
lib/caco/debian/package_install.rb,
lib/caco/debian/service_install.rb,
lib/caco/debian/apt_sources_list.rb,
lib/caco/debian/package_installed.rb
Defined Under Namespace
Modules: Cell
Classes: AddUser, AptKeyInstall, AptRepoAdd, AptSourcesList, AptUpdate, PackageInstall, PackageInstalled, ServiceEnable, ServiceInstall, UserHome
Constant Summary
collapse
- @@apt_updated =
false
Class Method Summary
collapse
Class Method Details
.apt_updated ⇒ Object
20
21
22
|
# File 'lib/caco/debian.rb', line 20
def self.apt_updated
@@apt_updated
end
|
.apt_updated=(value) ⇒ Object
24
25
26
|
# File 'lib/caco/debian.rb', line 24
def self.apt_updated=(value)
@@apt_updated = !!value
end
|