Merge pull request #429 from mhaskel/remove_include_update

Remove 'include apt::update'
This commit is contained in:
Daniele Sluijters 2015-02-20 22:06:29 +01:00
commit 58f71679ba
2 changed files with 0 additions and 5 deletions

View file

@ -1,12 +1,9 @@
# ppa.pp
define apt::ppa(
$ensure = 'present',
$release = $::lsbdistcodename,
$options = $apt::params::ppa_options,
) {
include apt::update
$sources_list_d = $apt::params::sources_list_d
if ! $release {

View file

@ -17,8 +17,6 @@ define apt::source(
$architecture = undef,
$trusted_source = false,
) {
include apt::update
validate_string($architecture)
validate_bool($trusted_source)