d8a1e4ee9d
- Removes coupling between global data and resources from apt class. - Makes it easier to organize things into stages.
4 lines
76 B
Puppet
4 lines
76 B
Puppet
class apt::params {
|
|
$root = '/etc/apt'
|
|
$provider = '/usr/bin/apt-get'
|
|
}
|