Puppet Class: conf::install::apt
- Inherited by:
-
conf::apt_proxy
conf::config::apt
- Defined in:
- manifests/install/apt.pp
Summary
define base of apt contentsOverview
define base of apt contents
7 8 9 10 11 12 |
# File 'manifests/install/apt.pp', line 7
class conf::install::apt {
file { '/etc/apt/sources.list': }
package { 'apt': }
}
|