Merge pull request #429 from mhaskel/remove_include_update
Remove 'include apt::update'
This commit is contained in:
commit
58f71679ba
2 changed files with 0 additions and 5 deletions
|
@ -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 {
|
||||
|
|
|
@ -17,8 +17,6 @@ define apt::source(
|
|||
$architecture = undef,
|
||||
$trusted_source = false,
|
||||
) {
|
||||
include apt::update
|
||||
|
||||
validate_string($architecture)
|
||||
validate_bool($trusted_source)
|
||||
|
||||
|
|
Loading…
Reference in a new issue