Skip to content

Commit

Permalink
Merge pull request #429 from mhaskel/remove_include_update
Browse files Browse the repository at this point in the history
Remove 'include apt::update'
  • Loading branch information
daenney committed Feb 20, 2015
2 parents 59c362a + 0d9bab3 commit 58f7167
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions manifests/ppa.pp
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down
2 changes: 0 additions & 2 deletions manifests/source.pp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
$architecture = undef,
$trusted_source = false,
) {
include apt::update

validate_string($architecture)
validate_bool($trusted_source)

Expand Down

0 comments on commit 58f7167

Please sign in to comment.