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
|
# ppa.pp
|
||||||
|
|
||||||
define apt::ppa(
|
define apt::ppa(
|
||||||
$ensure = 'present',
|
$ensure = 'present',
|
||||||
$release = $::lsbdistcodename,
|
$release = $::lsbdistcodename,
|
||||||
$options = $apt::params::ppa_options,
|
$options = $apt::params::ppa_options,
|
||||||
) {
|
) {
|
||||||
include apt::update
|
|
||||||
|
|
||||||
$sources_list_d = $apt::params::sources_list_d
|
$sources_list_d = $apt::params::sources_list_d
|
||||||
|
|
||||||
if ! $release {
|
if ! $release {
|
||||||
|
|
|
@ -17,8 +17,6 @@ define apt::source(
|
||||||
$architecture = undef,
|
$architecture = undef,
|
||||||
$trusted_source = false,
|
$trusted_source = false,
|
||||||
) {
|
) {
|
||||||
include apt::update
|
|
||||||
|
|
||||||
validate_string($architecture)
|
validate_string($architecture)
|
||||||
validate_bool($trusted_source)
|
validate_bool($trusted_source)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue