4 line
93 B
Puppet
4 line
93 B
Puppet
apt::conf { 'release':
|
|
content => 'APT::Default-Release "karmic";',
|
|
priority => '01',
|
|
}
|